From b62bf8af1ef5c8c1538eb52bbfd98da4f640de92 Mon Sep 17 00:00:00 2001 From: Alexander Danilov Date: Sat, 1 Jun 2024 13:17:44 +0300 Subject: [PATCH] Fixes for the release version build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cc013c..dd10a54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: run: npm run lint - name: Set BETA environment variable - if: github.ref != 'refs/tags/v*' + if: startsWith(github.ref, 'refs/tags/v') != true run: echo "BETA=true" >> $GITHUB_ENV - name: Build