We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0eabd commit 9743943Copy full SHA for 9743943
.github/workflows/publish.yml
@@ -26,3 +26,8 @@ jobs:
26
run: yarn publish --access public
27
env:
28
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