Skip to content

Commit 498ae58

Browse files
committed
key only
1 parent 103bd49 commit 498ae58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
- name: Setup Gradle
2525
uses: gradle/actions/setup-gradle@v4
2626

27+
- name: Setup GPG key information
28+
run: |
29+
mkdir -p ~/.gnupg
30+
echo -n "$GPG_SIGNING_KEY_B64" | base64 --decode > ~/.gnupg/secring.gpg
31+
2732
- name: Publish package
2833
run: ./gradlew publishToSonatype closeSonatypeStagingRepository -Psigning.password="${SIGP}"
2934
env:

0 commit comments

Comments
 (0)