Skip to content

Commit

Permalink
Added git name and email to release trigger job
Browse files Browse the repository at this point in the history
  • Loading branch information
Donkie committed Dec 29, 2023
1 parent 57daa96 commit 64528b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trigger-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Bump version
run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
pdm run bump ${{ github.event.inputs.bump }}
- name: Push
Expand Down

0 comments on commit 64528b0

Please sign in to comment.