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:
context: changelog
workflow_id: release.yml
- run: ./gradlew build publish publishMods github --stacktrace -x test
- run: ./gradlew build publish publishMods --stacktrace -x test
env:
RELEASE_CHANNEL: ${{ github.event.inputs.channel }}
MAVEN_URL: ${{ secrets.MAVEN_URL }}