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.
2 parents d8007b2 + 58b7b2b commit 5c5b64bCopy full SHA for 5c5b64b
.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