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 14aab15 commit 8c3d32bCopy full SHA for 8c3d32b
.github/workflows/publish_release.yml
@@ -21,4 +21,4 @@ jobs:
21
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
22
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.SIGNING_KEY_ID }}
23
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
24
- run: ./gradlew build publish -Prelease=false
+ run: ./gradlew build publish -Prelease=true
0 commit comments