Skip to content

Commit

Permalink
Disables attempting to git commit on NPM version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahZoltu committed Feb 16, 2021
1 parent 1533c3a commit c13856b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm version ${{ github.event.release.tag_name }}
- run: npm version --no-git-tag-version ${{ github.event.release.tag_name }}
- run: npm ci
- run: npm run build
- run: npm run test
Expand Down

0 comments on commit c13856b

Please sign in to comment.