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 ac7ec5f commit 5c12fffCopy full SHA for 5c12fff
.github/workflows/generate-publish-sdk.yaml
@@ -59,6 +59,6 @@ jobs:
59
if [ -z "${{ github.event.inputs.snapshot }}" ]; then
60
gradle publishToSonatype closeAndReleaseSonatypeStagingRepository
61
else
62
- exit 1
63
-# ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
+ exit 1
+ gradle publishToSonatype closeAndReleaseSonatypeStagingRepository
64
fi
0 commit comments