Fix release

This commit is contained in:
modmuss50 2023-08-09 13:13:31 +01:00
parent f9017f2475
commit 76005a114b

View file

@ -27,7 +27,7 @@ jobs:
with: with:
context: changelog context: changelog
workflow_id: release.yml workflow_id: release.yml
- run: ./gradlew build publish publishMods github --stacktrace -x test - run: ./gradlew build publish publishMods --stacktrace -x test
env: env:
RELEASE_CHANNEL: ${{ github.event.inputs.channel }} RELEASE_CHANNEL: ${{ github.event.inputs.channel }}
MAVEN_URL: ${{ secrets.MAVEN_URL }} MAVEN_URL: ${{ secrets.MAVEN_URL }}