Skip to content

Commit

Permalink
Update github actions to release after multi-module
Browse files Browse the repository at this point in the history
  • Loading branch information
castorm committed Nov 9, 2020
1 parent e07b68b commit d0963d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo -e "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import

- name: Release
run: mvn -B deploy -P package,sign,ossrh
run: mvn -pl kafka-connect-http -B deploy -P package,sign,ossrh
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo -e "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import

- name: Release
run: mvn -B deploy -P package,sign
run: mvn -pl kafka-connect-http -B deploy -P package,sign
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 comments on commit d0963d2

Please sign in to comment.