Skip to content

Commit efff14e

Browse files
committed
Disable publishing for now
1 parent d7e1e2a commit efff14e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- name: Build with Gradle
1616
run: ./gradlew build
1717
- name: Publish
18-
if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
18+
if: ${{ false }}
19+
# if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
1920
env:
2021
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.MAVEN_CENTRAL_GPG_KEY }}
2122
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.MAVEN_CENTRAL_GPG_PASSWORD }}

0 commit comments

Comments
 (0)