Skip to content

Commit

Permalink
Attempt to fix release workflow actor info
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Feb 14, 2025
1 parent 55995b6 commit db5987a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ jobs:
with:
commit_message: Release version ${{ inputs.versionName }}
commit_options: "--no-verify --signoff"
commit_user_name: ${{ sender.login }}
commit_user_email: ${{ sender.email }}
commit_user_name: ${{ github.triggering_actor }}
commit_user_email: ${{ github.triggering_actor }}@users.noreply.github.com
branch: main

- name: Tag
Expand Down

0 comments on commit db5987a

Please sign in to comment.