diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4266953..35285c5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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'