Skip to content

Commit b20d44f

Browse files
committed
debug gpg key step
1 parent 3df6ca6 commit b20d44f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
echo "Create passphrase file"
2929
echo "${{ secrets.GPG_PASSPHRASE }}"
3030
echo "${{ secrets.GPG_PASSPHRASE }}" > passphrase.txt
31+
echo "Read passphrase file"
32+
cat passphrase.txt
3133
3234
echo "Store the GPG key ID to a file"
3335
GPG_KEY_ID=$(gpg --list-secret-keys --with-colons | grep 'sec' | cut -d: -f5)

0 commit comments

Comments
 (0)