Skip to content

Commit

Permalink
Publish SDK on pom xml change
Browse files Browse the repository at this point in the history
  • Loading branch information
arunlalam committed Dec 10, 2024
1 parent 5c5b64b commit 02e0b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
- name: Publish package
if: steps.changed-pom.outputs.any_changed == 'true'
run: mvn --batch-mode clean deploy
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
Expand Down

0 comments on commit 02e0b50

Please sign in to comment.