From 2ed107d3fe4997d2e301809fb4810a8fbe09cf55 Mon Sep 17 00:00:00 2001 From: Thomas Harrison Date: Mon, 24 Mar 2025 22:08:38 -0400 Subject: [PATCH] Don't tag release if commit message contains NO RELEASE --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ba2251c..d6a9ea57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,7 @@ jobs: - name: Create tag uses: actions/github-script@v5 + if: "!contains(github.event.head_commit.message, 'NO RELEASE')" with: script: | github.rest.git.createRef({