Skip to content

Commit

Permalink
Add git config for bump action (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Jan 12, 2025
1 parent 88b7e76 commit 6649296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
- name: Tag and push
shell: bash
run: |
git config user.name github-actions
git config user.email [email protected]
git tag -a -f ${{ github.event.client_payload.package_version }} -m "${{ github.event.client_payload.package_version }}"
git push -f origin ${{ github.event.client_payload.package_version }}

0 comments on commit 6649296

Please sign in to comment.