Skip to content

Commit 02e0b50

Browse files
committed
Publish SDK on pom xml change
1 parent 5c5b64b commit 02e0b50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2525
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2626
- name: Publish package
27+
if: steps.changed-pom.outputs.any_changed == 'true'
2728
run: mvn --batch-mode clean deploy
2829
env:
2930
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}

0 commit comments

Comments
 (0)