chore: Push version update after successful publish workflow run
parent
af0eabdf2f
commit
97439432cc
|
@ -26,3 +26,8 @@ jobs:
|
|||
run: yarn publish --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- name: Push version bump
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: 'chore: Bump version to ${{ steps.get_version.outputs.VERSION }}'
|
||||
file_pattern: 'package.json'
|
||||
|
|
Loading…
Reference in New Issue