From 7d340107cb971f7f4e624a659fd9fbbe039174c5 Mon Sep 17 00:00:00 2001 From: miozune Date: Fri, 3 Nov 2023 00:44:49 +0900 Subject: [PATCH] Change keyword to [snapshot] --- .github/workflows/release-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index 5be71da..240c8ba 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -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