mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-01 18:01:28 +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
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
if: ${{ !contains(github.event.head_commit.message, '[no github]') }}
|
||||
|
||||
- name: Publish to Maven, Modrinth and CurseForge
|
||||
run: ./gradlew --build-cache --info --stacktrace build publish
|
||||
|
Loading…
x
Reference in New Issue
Block a user