Skip to content

Commit f0dd3dc

Browse files
build: disable Gradle publish
Signed-off-by: Andreas Reichel <[email protected]>
1 parent 9d13570 commit f0dd3dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- name: Build with Gradle
3232
uses: gradle/gradle-build-action@v2
3333
with:
34-
arguments: build check publish
34+
arguments: build check
35+
# arguments: build check publish
3536
env:
3637
ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
3738
ossrhPassword: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)