Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Jun 4, 2024
1 parent 3ada008 commit 838d479
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
popd
popd
- name: Deploy release for spark2.4 to Maven
uses: samuelmeuli/action-maven-publish@v1
with:
gpg_private_key: ${{ secrets.JAVA_GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
nexus_username: ${{ secrets.OSSRH_USERNAME }}
nexus_password: ${{ secrets.OSSRH_TOKEN }}
maven_args: -pl nebula-spark-connector -am -Pscala-2.11 -Pspark-2.4
# - name: Deploy release for spark2.4 to Maven
# uses: samuelmeuli/action-maven-publish@v1
# with:
# gpg_private_key: ${{ secrets.JAVA_GPG_PRIVATE_KEY }}
# gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
# nexus_username: ${{ secrets.OSSRH_USERNAME }}
# nexus_password: ${{ secrets.OSSRH_TOKEN }}
# maven_args: -pl nebula-spark-connector -am -Pscala-2.11 -Pspark-2.4

- name: Deploy release for spark2.2 to Maven
uses: samuelmeuli/action-maven-publish@v1
Expand Down

0 comments on commit 838d479

Please sign in to comment.