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 545d7dd commit 385fa4fCopy full SHA for 385fa4f
.github/workflows/bump.yml
@@ -19,5 +19,7 @@ jobs:
19
- name: Tag and push
20
shell: bash
21
run: |
22
+ git config user.name github-actions
23
+ git config user.email [email protected]
24
git tag -a -f ${{ github.event.client_payload.package_version }} -m "${{ github.event.client_payload.package_version }}"
25
git push -f origin ${{ github.event.client_payload.package_version }}
0 commit comments