Added git name and email to release trigger job
This commit is contained in:
2
.github/workflows/trigger-release.yml
vendored
2
.github/workflows/trigger-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user