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 4c1ba5b commit 36ec039Copy full SHA for 36ec039
.github/workflows/maven.yml
@@ -24,7 +24,6 @@ jobs:
24
gpg-passphrase: MAVEN_GPG_PASSPHRASE
25
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
26
- name: Publish package
27
- if: steps.changed-pom.outputs.any_changed == 'true'
28
run: mvn --batch-mode clean deploy
29
env:
30
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
0 commit comments