Also don't publish to Modrinth and CurseForge

This commit is contained in:
miozune 2023-11-03 00:45:34 +09:00 committed by Martin Robertz
parent 7d340107cb
commit e123fc6ea8

View File

@ -92,4 +92,4 @@ jobs:
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
if: ${{ env.MAVEN_USER != '' }}
if: ${{ !contains(github.event.head_commit.message, '[snapshot]') }}