Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rotgruengelb authored Jul 16, 2024
1 parent 7c66872 commit 72efc0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
# wrapped the signing.password with single quotes as the password could contain special characters
run: ./gradlew publish -Psigning.keyId='${{secrets.OSSRH_GPG_SECRET_KEY_ID}}' -Psigning.password='${{secrets.OSSRH_GPG_SECRET_KEY_PASSWORD}}' -Psigning.secretKeyRingFile=$(echo ~/.gradle/secring.gpg) --warn --stacktrace
env:
OSSRH_USERNAME: ${{secrets.OSSRH_USERNAME}}
OSSRH_PASSWORD: ${{secrets.OSSRH_TOKEN}}
OSSRH_USERNAME: ${{secrets.OSSRH_USERNAME_A}}
OSSRH_PASSWORD: ${{secrets.OSSRH_TOKEN_A}}
OSSRH_URL: "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
PUBLISH_TYPE: "CENTRAL"

Expand Down

0 comments on commit 72efc0c

Please sign in to comment.