Skip to content

Commit

Permalink
changed commit order (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
armand-janssen authored Oct 14, 2023
1 parent 6fd9ee7 commit bf8dcb6
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 @@ -23,9 +23,9 @@ jobs:
- name: Bump version and push to GitHub
run: |
npm version patch # Increment the version number (you can use "minor" or "major" instead of "patch" if needed)
git commit -am "Bump version for release"
git config --global user.email "${{ secrets.email }}"
git config --global user.name "Armand Janssen"
git commit -am "Bump version for release"
git push
- run: npm publish
Expand Down

0 comments on commit bf8dcb6

Please sign in to comment.