From fdb1c1e1f2c5f92d3137560b1442ce828555792f Mon Sep 17 00:00:00 2001 From: toridoriv Date: Mon, 23 Oct 2023 19:37:21 -0300 Subject: [PATCH] :green_heart: Fix syntax --- .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 522d9e3..9f402a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: release-preview: name: 🛰️ Release Preview needs: check-code-quality - if: ${( !startsWith(github.ref, 'refs/tags/') )} + if: ${{ !startsWith(github.ref, 'refs/tags/') }} runs-on: ubuntu-latest permissions: id-token: write