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 ab0de20 commit 2efda81Copy full SHA for 2efda81
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
run: echo "${{ secrets.GPG_PK }}" | base64 --decode | gpg --import
40
41
- name: Publish to Maven Central
42
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
+ if: ${{ !startsWith(github.ref, 'refs/tags/v') && github.ref == 'refs/heads/master' }}
43
env:
44
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
45
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
0 commit comments