Skip to content

Commit

Permalink
modified the yml file to include tag increment
Browse files Browse the repository at this point in the history
  • Loading branch information
gconnect committed Mar 27, 2024
1 parent 8aa6863 commit 3d3a09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

run: |
npm version patch --no-git-tag-version
npm version patch
git push origin master --follow-tags
npm publish

0 comments on commit 3d3a09c

Please sign in to comment.