From 924c2a27551dfb316a733387903104dbdf61e658 Mon Sep 17 00:00:00 2001 From: Daniel Puckowski Date: Tue, 14 Jan 2025 18:06:32 -0500 Subject: [PATCH] fix: fix CI v4 * Fix v4. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea368c60c..ff744ab6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: run: npm run test update-changelog: - if: ${{ github.event_name == 'push' }} + if: ${{ github.event_name == 'push' && contains(join(github.event.commits.*.message, ' '), 'Release v') }} runs-on: ubuntu-latest permissions: contents: write