Skip to content

Commit

Permalink
Adding GPG signing for create release
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov committed Oct 6, 2023
1 parent caff43c commit fb916a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create_release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true
git_config_global: true
git_committer_email: ${{ secrets.RELEASER_COMMITTER_EMAIL }}

- name: Create release branch
run: git checkout -b release/${{ github.event.inputs.versionName }}
Expand Down

0 comments on commit fb916a0

Please sign in to comment.