Skip to content

Commit

Permalink
add git add and commit to update the new version changes to the yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
gconnect committed Mar 27, 2024
1 parent 3d3a09c commit a11d3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

run: |
git add . && git commit -am "new version"
npm version patch
git push origin master --follow-tags
npm publish

0 comments on commit a11d3d3

Please sign in to comment.