run to force using the deobf jar for publishing (#12)

This commit is contained in:
Jason Mitchell 2022-09-27 11:20:59 -07:00 committed by GitHub
parent d9e15e4524
commit 53f139919c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ jobs:
continue-on-error: true
- name: Publish to Maven, Modrinth and CurseForge
run: ./gradlew --info --stacktrace publish
run: ./gradlew --info --stacktrace build publish
continue-on-error: true
env:
MAVEN_USER: ${{ secrets.MAVEN_USER }}