mirror of
https://github.com/LITW-Refined/GTNH-Actions-Workflows.git
synced 2025-12-23 11:18:32 +00:00
run to force using the deobf jar for publishing (#12)
This commit is contained in:
2
.github/workflows/release-tags.yml
vendored
2
.github/workflows/release-tags.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Publish to Maven, Modrinth and CurseForge
|
- name: Publish to Maven, Modrinth and CurseForge
|
||||||
run: ./gradlew --info --stacktrace publish
|
run: ./gradlew --info --stacktrace build publish
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
MAVEN_USER: ${{ secrets.MAVEN_USER }}
|
MAVEN_USER: ${{ secrets.MAVEN_USER }}
|
||||||
|
|||||||
Reference in New Issue
Block a user