Skip to content

Commit 5c12fff

Browse files
committed
chore: fix publish workflow to execute Gradle command for snapshot input
1 parent ac7ec5f commit 5c12fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-publish-sdk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
if [ -z "${{ github.event.inputs.snapshot }}" ]; then
6060
gradle publishToSonatype closeAndReleaseSonatypeStagingRepository
6161
else
62-
exit 1
63-
# ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
62+
exit 1
63+
gradle publishToSonatype closeAndReleaseSonatypeStagingRepository
6464
fi

0 commit comments

Comments
 (0)