Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit da2ddbb

Browse files
authored
👷 Fix release workflow
1 parent 9c8c44a commit da2ddbb

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
@@ -39,7 +39,7 @@ jobs:
3939
id: import_gpg
4040
uses: crazy-max/[email protected]
4141
with:
42-
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }}
42+
gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }}
4343
passphrase: ${{ secrets.GPG_PASSPHRASE }}
4444
- name: GPG user IDs
4545
run: |

0 commit comments

Comments
 (0)