From 00c4103d634f6e210a6d6845437efa79498c1432 Mon Sep 17 00:00:00 2001 From: Elon Mallin Date: Mon, 13 Nov 2023 17:38:35 +0100 Subject: [PATCH] fix: yml syntax --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a63f127..232855d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: VSCE_PAT: ${{ secrets.VSCE_PAT }} - name: Publish Extension - if: not(contains(github.ref, '-')) + if: ${{ !contains(github.ref, '-') }} run: npx vsce publish --pre-release env: VSCE_PAT: ${{ secrets.VSCE_PAT }}