We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103bd49 commit 498ae58Copy full SHA for 498ae58
.github/workflows/release_to_maven.yml
@@ -24,6 +24,11 @@ jobs:
24
- name: Setup Gradle
25
uses: gradle/actions/setup-gradle@v4
26
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
+
32
- name: Publish package
33
run: ./gradlew publishToSonatype closeSonatypeStagingRepository -Psigning.password="${SIGP}"
34
env:
0 commit comments