Skip to content

Commit b29bfee

Browse files
committed
Fix release.yml
1 parent 69e4f8f commit b29bfee

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
@@ -36,7 +36,7 @@ jobs:
3636
chmod 0700 ~/.gnupg/
3737
echo "$GPG_SIGNING_KEY" > ~/.gnupg/private.key
3838
gpg --import --no-tty --batch --yes ~/.gnupg/private.key
39-
gpg -u [email protected] --command-fd 0 --passphrase-fd 0 --batch --pinentry-mode loopback --passphrase "${GPG_PASSPHRASE}" --detach-sign --output deployer.phar.asc deployer.phar
39+
gpg -u [email protected] --batch --pinentry-mode loopback --passphrase "${GPG_PASSPHRASE}" --detach-sign --output deployer.phar.asc deployer.phar
4040
env:
4141
GPG_SIGNING_KEY: |
4242
${{ secrets.GPG_SIGNING_KEY }}

0 commit comments

Comments
 (0)