We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3748e28 commit ef16a9bCopy full SHA for ef16a9b
.github/workflows/release.yml
@@ -128,7 +128,7 @@ jobs:
128
index_dir: .
129
commit_username: bpsoraggi
130
commit_email: ${{ secrets.GH_EMAIL }}
131
- key: ${{ steps.gpg.outputs.name }}
+ key: ${{ steps.gpg.outputs.email }}
132
private_key: ${{ secrets.GPG_PRIVATE_KEY }}
133
passphrase: ${{ secrets.GPG_PASSPHRASE }}
134
if: steps.tag_exists.outputs.TAG_EXISTS == 'false'
0 commit comments