Skip to content

Commit

Permalink
NPM version creates git commit
Browse files Browse the repository at this point in the history
Fixes #23
  • Loading branch information
WouterSpaak committed Oct 16, 2024
1 parent 0b7408e commit dd615e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
npm ci
npm run build
npm version from-git --force
npm --no-git-tag-version --force version from-git
npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit dd615e7

Please sign in to comment.