File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
- run : ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
28
28
env :
29
29
# https://vanniktech.github.io/gradle-maven-publish-plugin/central/#in-memory-gpg-key
30
- ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_PASSWORD }}
31
- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_USERNAME }}
30
+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME }}
31
+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
32
32
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_PRIVATE_PASSPHRASE }}
33
33
ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ secrets.GPG_PUBLIC_KEY_ID_SHORT }}
34
34
ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments