We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bd304 commit 38f5821Copy full SHA for 38f5821
1 file changed
.github/workflows/publish_maven.yml
@@ -29,4 +29,4 @@ jobs:
29
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_SIGNING_KEY}}
30
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.GPG_SIGNING_KEY_ID }}
31
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_SIGNING_PASS_WORD }}
32
- run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache -PversionName=$VERSION_NAME
+ run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache -PisPublish=true -PversionName=$VERSION_NAME
0 commit comments