mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-03 02:41:29 +02:00
Also don't publish to Modrinth and CurseForge
This commit is contained in:
parent
7d340107cb
commit
e123fc6ea8
2
.github/workflows/release-tags.yml
vendored
2
.github/workflows/release-tags.yml
vendored
@ -92,4 +92,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
||||||
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
|
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
|
||||||
if: ${{ env.MAVEN_USER != '' }}
|
if: ${{ !contains(github.event.head_commit.message, '[snapshot]') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user