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 5c5b64b + 02e0b50 commit 2fc0d26Copy full SHA for 2fc0d26
.github/workflows/maven.yml
@@ -24,6 +24,7 @@ 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