Skip to content

Commit

Permalink
Publish snapshots to Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
magx2 committed Oct 27, 2024
1 parent 704f4f2 commit 82bc772
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gradle-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ jobs:
run: |
./gradlew build \
publishAllPublicationsToSonatypeSnapshotsRepository \
-PossrhUsername=ignore \
-PossrhPassword=ignore2 \
-PossrhUsername=$OSSRH_USERNAME \
-PossrhPassword=$OSSRH_PASSWORD \
-Psigning.keyId=$KEY_ID \
-Psigning.password=$PASSWORD \
-Psigning.secretKeyRingFile=$(realpath ./secring.gpg) \
-PskipSigning=false
dependency-submission:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 82bc772

Please sign in to comment.