Skip to content

Commit 7913f68

Browse files
committed
Move to maven central deploy, hopefully
1 parent a83d721 commit 7913f68

9 files changed

+14
-8
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ jobs:
3636
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
3737
run:
3838
./gradlew clean build publish -PRELEASE=true -Psigning.gnupg.keyId=${{ secrets.GPG_KEYID }} -Psigning.gnupg.passphrase=${{ secrets.GPG_PASSPHRASE }} -Psigning.gnupg.keyName=${{ secrets.GPG_KEYID }}
39+
- name: Trigger manual upload to Central Repository
40+
run: |
41+
curl -X POST \
42+
-H "Authorization: Bearer $(echo -n '${{ secrets.NEXUS_USERNAME }}:${{ secrets.NEXUS_PASSWORD }}' | base64)" \
43+
-H "Content-Type: application/json" \
44+
https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/games.rednblack

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gdxVersion = 1.13.2-SNAPSHOT
1+
gdxVersion = 1.13.5
22
lwjgl3Version = 3.3.3
33
artemisVersion = 2.3.0
44
spineVersion = 4.2.7

hyperlap2d-common-api

0 commit comments

Comments
 (0)