Skip to content

Commit f4019c9

Browse files
authored
Fix release workflow (#296)
1 parent 5764971 commit f4019c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: import_gpg
2727
uses: crazy-max/ghaction-import-gpg@v5
2828
with:
29-
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
29+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3030
passphrase: ${{ secrets.GPG_PASSPHRASE }}
3131

3232
- name: Set up JDK 11

0 commit comments

Comments
 (0)