Skip to content

Commit

Permalink
feat([12837]): push incremented version commit to branch when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
olekid committed Jun 10, 2024
1 parent 3fde421 commit dd9db7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: 🎉 Push tags
- name: 🎉 Push tags and commit with version increment
run: |
git push
git push --tags

0 comments on commit dd9db7d

Please sign in to comment.