Change keyword to [snapshot]

This commit is contained in:
miozune 2023-11-03 00:44:49 +09:00 committed by Martin Robertz
parent 6c557505f7
commit 7d340107cb

View File

@ -76,7 +76,7 @@ jobs:
continue-on-error: true
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ !contains(github.event.head_commit.message, '[no github]') }}
if: ${{ !contains(github.event.head_commit.message, '[snapshot]') }}
- name: Publish to Maven
run: ./gradlew --build-cache --info --stacktrace build publish