mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-02 10:21:48 +02:00
Add ability to skip GitHub publication
This commit is contained in:
parent
7af38bd652
commit
c26875bdec
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user