We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7205368 commit ca3b067Copy full SHA for ca3b067
.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
30
GPG_PASSWORD: ${{ secrets.GPG_KEY_PASSWORD }}
31
GPG_SECRET: ${{ secrets.GPG_SECRET_KEY }}
32
- name: Push Maven Artifacts to SonaType (only on Master)
33
-# if: ${{ github.ref == 'refs/heads/master' }}
+ if: ${{ github.ref == 'refs/heads/master' }}
34
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
35
with:
36
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository --info
0 commit comments