Skip to content

Commit

Permalink
Merge pull request #11 from segmentio/publish-sdk-on-change
Browse files Browse the repository at this point in the history
Publish SDK on pom xml change
  • Loading branch information
arunlalam authored Dec 10, 2024
2 parents 5c5b64b + 02e0b50 commit 2fc0d26
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 2fc0d26

Please sign in to comment.