diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index c151a80..94735fa 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -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