Skip to content

Commit

Permalink
Run order
Browse files Browse the repository at this point in the history
  • Loading branch information
sandercamp committed Nov 9, 2023
1 parent 79f8f96 commit f889ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- if: ${{ github.event_name == 'push' }}
name: Bump version
run: |
npm version prepatch
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "[email protected]"
npm version prepatch
git push
git push --tags
- name: Publish to NPMJS
Expand Down

0 comments on commit f889ee0

Please sign in to comment.