Skip to content

Commit 6c4f459

Browse files
committed
Fix typo in release script
1 parent 64e37b4 commit 6c4f459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
gpg --import --batch --yes --pinentry-mode loopback --passphrase "${{ secrets.PGP_PASSPHRASE }}" private.key
3535
echo "fingerprint=$(gpg --list-secret-keys --with-colons | awk -F: '/^fpr:/ { print $10 }')" >> $GITHUB_ENV
3636
rm private.key
37-
with:
37+
env:
3838
gpg_private_key: ${{ secrets.PGP_SECRET }}
3939
passphrase: ${{ secrets.PGP_PASSPHRASE }}
4040

0 commit comments

Comments
 (0)