chore: Push version update after successful publish workflow run

pull/91/head
boazpoolman 2023-02-10 18:46:56 +01:00
parent af0eabdf2f
commit 97439432cc
1 changed files with 5 additions and 0 deletions

View File

@ -26,3 +26,8 @@ jobs:
run: yarn publish --access public run: yarn publish --access public
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} 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'