Skip to content

Commit

Permalink
Merge pull request #24 from Project-OMOTES/WouterSpaak/issue23
Browse files Browse the repository at this point in the history
NPM version creates git commit
  • Loading branch information
WouterSpaak authored Oct 16, 2024
2 parents 0b7408e + dd615e7 commit a082172
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 a082172

Please sign in to comment.