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 f25c351 commit 1546fc4Copy full SHA for 1546fc4
.github/workflows/release_to_maven.yml
@@ -24,6 +24,12 @@ jobs:
24
- name: Setup Gradle
25
uses: gradle/actions/setup-gradle@v4
26
27
+ - name: Auf den Grund
28
+ run: |
29
+ echo ${ ORG_GRADLE_PROJECT_signingKey }
30
+ echo ${ ORG_GRADLE_PROJECT_signingKeyId }
31
+ echo ${ ORG_GRADLE_PROJECT_sonatypeUsername }
32
+ echo ${ ORG_GRADLE_PROJECT_sonatypePassword }
33
- name: Publish package
34
run: ./gradlew publishToSonatype closeSonatypeStagingRepository
35
env:
0 commit comments