This commit is contained in:
FalsePattern 2024-06-25 00:16:26 +02:00
parent 2ba651c9aa
commit f40e00f705
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23

View file

@ -96,7 +96,7 @@ jobs:
if: ${{ env.MAVEN_DEPLOY_USER != '' }} if: ${{ env.MAVEN_DEPLOY_USER != '' }}
- name: Publish to Modrinth and CurseForge - name: Publish to Modrinth and CurseForge
run: ./gradlew --build-cache assemble publish -x test run: ./gradlew --build-cache assemble curseforge modrinth -x test
continue-on-error: true continue-on-error: true
env: env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }} MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}