Skip to content

Commit

Permalink
Set version before NPM publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Jun 26, 2023
1 parent 2f4eae8 commit 346bd4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- run: yarn
- run: yarn test
- run: yarn compile
- run: npm version --no-workspaces-update --no-git-tag-version patch
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 346bd4f

Please sign in to comment.