Skip to content

Commit

Permalink
Use yarn script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed Jul 7, 2024
1 parent 5f505c5 commit 107d51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: ./build/version.sh ${{ env.SERILOG_EXPRESSIONS_FORMATTING_PACKAGE_JSON }} ${{ env.SERILOG_EXPRESSIONS_FORMATTING_CSPROJ }} "alexaka1.serilog.extensions.formatting"
version: yarn run version ${{ env.SERILOG_EXPRESSIONS_FORMATTING_PACKAGE_JSON }} ${{ env.SERILOG_EXPRESSIONS_FORMATTING_CSPROJ }} "alexaka1.serilog.extensions.formatting"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"changeset": "changeset",
"version": "changeset version"
"version": "./build/version.sh"
},
"workspaces": [
"src/*"
Expand Down

0 comments on commit 107d51c

Please sign in to comment.