Skip to content

Commit

Permalink
reordered the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gconnect committed Mar 27, 2024
1 parent 5810a96 commit b1f6460
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,9 +37,9 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

run: |
git add . && git commit -am "new version"
git config --global user.email "agatevureglory@gmail.com"
git config --global user.name "gconnect"
git add . && git commit -am "new version"
npm version patch
git push origin master --follow-tags
npm publish

0 comments on commit b1f6460

Please sign in to comment.