Skip to content

Commit a6fed67

Browse files
committed
Fix gpg import
1 parent 9872a56 commit a6fed67

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Import GPG key
2222
id: import_gpg
2323
uses: crazy-max/ghaction-import-gpg@v5
24-
env:
24+
with:
2525
# These secrets will need to be configured for the repository:
2626
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2727
passphrase: ${{ secrets.PASSPHRASE }}

0 commit comments

Comments
 (0)