From 275260725b32bfe8ba1167c678dbf8137a881eba Mon Sep 17 00:00:00 2001 From: harrydowning Date: Sat, 14 Sep 2024 12:10:37 +0100 Subject: [PATCH] use string for pre release env var --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9b2b45c..a272a62 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -43,7 +43,7 @@ jobs: needs: release-check if: contains(github.event.head_commit.message, '[pre-release]') && !contains(github.event.head_commit.message, '[release]') env: - PRE_RELEASE: true + PRE_RELEASE: "true" steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup