Attempt to publish release candidate to Maven Central
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
- name: Build ORX
|
- name: Build ORX
|
||||||
run: ./gradlew -Prelease.useLastTag=true build
|
run: ./gradlew -Popenrndr.version=${{env.OPENRNDR_VERSION}} -Prelease.useLastTag=true build
|
||||||
- name: Decode
|
- name: Decode
|
||||||
run: |
|
run: |
|
||||||
echo "${{secrets.SIGNING_SECRET_KEY_RING_FILE}}" > ~/.gradle/secring.gpg.b64
|
echo "${{secrets.SIGNING_SECRET_KEY_RING_FILE}}" > ~/.gradle/secring.gpg.b64
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
- name: Build ORX
|
- name: Build ORX
|
||||||
run: ./gradlew -Prelease.useLastTag=true build
|
run: ./gradlew -Popenrndr.version=${{env.OPENRNDR_VERSION}} -Prelease.useLastTag=true build
|
||||||
- name: Decode
|
- name: Decode
|
||||||
run: |
|
run: |
|
||||||
echo "${{secrets.SIGNING_SECRET_KEY_RING_FILE}}" > ~/.gradle/secring.gpg.b64
|
echo "${{secrets.SIGNING_SECRET_KEY_RING_FILE}}" > ~/.gradle/secring.gpg.b64
|
||||||
|
|||||||
Reference in New Issue
Block a user