mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-01 18:01:28 +02:00
run to force using the deobf jar for publishing (#12)
This commit is contained in:
parent
d9e15e4524
commit
53f139919c
2
.github/workflows/release-tags.yml
vendored
2
.github/workflows/release-tags.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user