Skip to content

Commit

Permalink
Add git config for bump action (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Jan 12, 2025
1 parent e6b68e4 commit ec1700c
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 ec1700c

Please sign in to comment.