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({