We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f372a6 commit 26e6ea1Copy full SHA for 26e6ea1
.github/workflows/sonatype-publish.yml
@@ -45,5 +45,7 @@ jobs:
45
gpg-key: ${{ secrets.GPG_KEY }}
46
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
47
48
+ release-branch-name: "enable-auto-publish"
49
+
50
- name: 'Remove Snapshots Before Caching'
51
run: find ~/.m2 -name '*SNAPSHOT' | xargs rm -Rf
0 commit comments