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 d7e1e2a commit efff14eCopy full SHA for efff14e
.github/workflows/ci.yml
@@ -15,7 +15,8 @@ jobs:
15
- name: Build with Gradle
16
run: ./gradlew build
17
- name: Publish
18
- if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
+ if: ${{ false }}
19
+ # if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
20
env:
21
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.MAVEN_CENTRAL_GPG_KEY }}
22
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.MAVEN_CENTRAL_GPG_PASSWORD }}
0 commit comments