Skip to content

Commit f09c65f

Browse files
author
yuzelin
committed
try test
1 parent 0322ef0 commit f09c65f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-source-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
chmod 700 ~/.gnupg
3535
echo "$GPG_PRIVATE_KEY" > /tmp/gpg_private_key.asc
3636
echo "Length of private key: $(wc -c < /tmp/gpg_private_key.asc)"
37+
cat /tmp/gpg_private_key.asc # testing!
3738
echo $GPG_PRIVATE_KEY | gpg --batch --import --yes
3839
echo "use-agent" >> ~/.gnupg/gpg.conf
3940
echo "pinentry-program /usr/bin/pinentry" >> ~/.gnupg/gpg-agent.conf

0 commit comments

Comments
 (0)