Skip to content

Commit dfa43d9

Browse files
committed
key only
1 parent 498ae58 commit dfa43d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Setup GPG key information
2828
run: |
2929
mkdir -p ~/.gnupg
30-
echo -n "$GPG_SIGNING_KEY_B64" | base64 --decode > ~/.gnupg/secring.gpg
30+
echo -n "$GPG_SIGNING_KEY_B64" | base64 --decode > /home/runner/.gnupg/secring.gpg
31+
cat /home/runner/.gnupg/secring.gpg
3132
3233
- name: Publish package
3334
run: ./gradlew publishToSonatype closeSonatypeStagingRepository -Psigning.password="${SIGP}"

0 commit comments

Comments
 (0)