Attempt to fix release-candidate-to-maven-central

This commit is contained in:
Edwin Jakobs
2021-11-28 20:00:29 +01:00
parent bfe7726dec
commit 936ce5b59d

View File

@@ -17,6 +17,8 @@ jobs:
with: with:
java-version: 17 java-version: 17
- name: Build ORX - name: Build ORX
env:
OPENRNDR_VERSION: ${{env.OPENRNDR_VERSION}}
run: ./gradlew -POPENRNDR.version=${{env.OPENRNDR_VERSION}} -Prelease.useLastTag=true build run: ./gradlew -POPENRNDR.version=${{env.OPENRNDR_VERSION}} -Prelease.useLastTag=true build
- name: Decode - name: Decode
run: | run: |