Skip to content

Commit 8c3d32b

Browse files
committed
release=true
1 parent 14aab15 commit 8c3d32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
2222
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.SIGNING_KEY_ID }}
2323
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
24-
run: ./gradlew build publish -Prelease=false
24+
run: ./gradlew build publish -Prelease=true

0 commit comments

Comments
 (0)