Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tiurin committed Jun 23, 2024
1 parent 5e0a425 commit 28f7a74
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ jobs:
passphrase: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}

- name: Gradle publish
uses: gradle/gradle-build-action@v3
with:
arguments: |
"${{ matrix.target }}"
closeAndReleaseSonatypeStagingRepository
run: ./gradlew "${{ matrix.target }}" closeAndReleaseSonatypeStagingRepository
-Psigning.gnupg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
-Psigning.gnupg.keyName=${{ secrets.OSSRH_GPG_SECRET_KEY_ID }}
-PsonatypeUsername=${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit 28f7a74

Please sign in to comment.