Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed Jul 7, 2024
1 parent 833c32b commit c3a651a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_VERSION: 8.0.x
NODE_VERSION: 20.x
SERILOG_EXPRESSIONS_FORMATTING_PACKAGE_JSON: ./src/Serilog.Expressions.Formatting/package.json
SERILOG_EXPRESSIONS_FORMATTING_CSPROJ: ./src/Serilog.Expressions.Formatting/Serilog.Expressions.Formatting.csproj
SERILOG_EXTENSIONS_FORMATTING_PACKAGE_JSON: src/Serilog.Extensions.Formatting/package.json
SERILOG_EXTENSIONS_FORMATTING_CSPROJ: src/Serilog.Extensions.Formatting/Serilog.Extensions.Formatting.csproj
jobs:
release:
name: Release
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: yarn run version ${{ env.SERILOG_EXPRESSIONS_FORMATTING_PACKAGE_JSON }} ${{ env.SERILOG_EXPRESSIONS_FORMATTING_CSPROJ }} "alexaka1.serilog.extensions.formatting"
version: yarn run version ${{ env.SERILOG_EXTENSIONS_FORMATTING_PACKAGE_JSON }} ${{ env.SERILOG_EXTENSIONS_FORMATTING_CSPROJ }} "alexaka1.serilog.extensions.formatting"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c3a651a

Please sign in to comment.