Skip to content

Commit 6a83a07

Browse files
committed
Fix release.yml
1 parent 3e36072 commit 6a83a07

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
@@ -40,7 +40,7 @@ jobs:
4040
mkdir -p ~/.gnupg/
4141
chmod 0700 ~/.gnupg/
4242
echo "$GPG_SIGNING_KEY" > ~/.gnupg/private.key
43-
gpg --import ~/.gnupg/private.key
43+
gpg --import --passphrase "${GPG_PASSPHRASE}" ~/.gnupg/private.key
4444
gpg -u [email protected] --passphrase "${GPG_PASSPHRASE}" --detach-sign --output deployer.phar.asc deployer.phar
4545
env:
4646
GPG_SIGNING_KEY: |

0 commit comments

Comments
 (0)