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 82bc772 commit 638c4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
- name: Build with Gradle Wrapper
run: |
echo -n "$SECRET_KEY_RING_BASE64" | base64 --decode > secring.gpg
./gradlew build \
publishAllPublicationsToSonatypeSnapshotsRepository \
-PossrhUsername=$OSSRH_USERNAME \
Expand Down

0 comments on commit 638c4b5

Please sign in to comment.