Skip to content

Commit 8e4e3f7

Browse files
committed
key only
1 parent fc16a4d commit 8e4e3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup GPG key information
2828
run: |
2929
mkdir -p ~/.gnupg
30-
echo -n "GPG_SIGNING_KEY_B64" | base64 --decode > /home/runner/.gnupg/secring.gpg
30+
echo -n "$GPG_SIGNING_KEY_B64" | base64 --decode > /home/runner/.gnupg/secring.gpg
3131
cat /home/runner/.gnupg/secring.gpg
3232
env:
3333
GPG_SIGNING_KEY_B64: ${{ secrets.GPG_PRIVATE_KEY_B64 }}

0 commit comments

Comments
 (0)