Skip to content

Commit

Permalink
Fixed npm publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanPB committed Jan 20, 2022
1 parent 24a404b commit ffbce78
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 @@ -21,7 +21,7 @@ jobs:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn version --new-version "$NEXT_VERSION"
- run: yarn version --new-version "$NEXT_VERSION" --no-git-tag-version

- name: Commit version bump
uses: EndBug/add-and-commit@v7
Expand Down

0 comments on commit ffbce78

Please sign in to comment.