Skip to content

Commit

Permalink
fix: release job (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotradamczyk5 authored Feb 18, 2021
1 parent 6492914 commit 7f4c4e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ jobs:
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
: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 7f4c4e1

Please # to comment.