Skip to content

Commit 9743943

Browse files
committed
chore: Push version update after successful publish workflow run
1 parent af0eabd commit 9743943

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ jobs:
2626
run: yarn publish --access public
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
29+
- name: Push version bump
30+
uses: stefanzweifel/git-auto-commit-action@v4
31+
with:
32+
commit_message: 'chore: Bump version to ${{ steps.get_version.outputs.VERSION }}'
33+
file_pattern: 'package.json'

0 commit comments

Comments
 (0)