mirror of
https://github.com/LITW-Refined/GTNH-Actions-Workflows.git
synced 2025-12-23 11:18:32 +00:00
Add ability to skip GitHub publication
This commit is contained in:
1
.github/workflows/release-tags.yml
vendored
1
.github/workflows/release-tags.yml
vendored
@@ -76,6 +76,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
if: ${{ !contains(github.event.head_commit.message, '[no github]') }}
|
||||||
|
|
||||||
- name: Publish to Maven, Modrinth and CurseForge
|
- name: Publish to Maven, Modrinth and CurseForge
|
||||||
run: ./gradlew --build-cache --info --stacktrace build publish
|
run: ./gradlew --build-cache --info --stacktrace build publish
|
||||||
|
|||||||
Reference in New Issue
Block a user