Skip to content

Commit

Permalink
Change to one line (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz authored Mar 1, 2021
1 parent c9f6fdb commit 9ebc11e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@ jobs:
- name: Gradle Upload to MavenCentral
uses: eskatos/gradle-command-action@v1
with:
arguments: ":test_runner:publishMavenJavaPublicationToMavenCentralRepository \
-PMVN_CENTRAL_USER=${{ secrets.MVN_CENTRAL_USER }} \
-PMVN_CENTRAL_PASSWORD=${{ secrets.MVN_CENTRAL_PASSWORD }} \
-PPGP_SIGNING_KEY=${{ secrets.PGP_SIGNING_KEY }} \
closeAndReleaseRepository"
arguments: ":test_runner:publishMavenJavaPublicationToMavenCentralRepository -PMVN_CENTRAL_USER=${{ secrets.MVN_CENTRAL_USER }} -PMVN_CENTRAL_PASSWORD=${{ secrets.MVN_CENTRAL_PASSWORD }} -PPGP_SIGNING_KEY=${{ secrets.PGP_SIGNING_KEY }} closeAndReleaseRepository"

- name: Gradle Upload to GitHub packages
uses: eskatos/gradle-command-action@v1
Expand Down

0 comments on commit 9ebc11e

Please sign in to comment.