From f5b3477c25e99a15586f0c8a824e8acd28882d19 Mon Sep 17 00:00:00 2001 From: Or Geva Date: Thu, 14 Sep 2023 10:32:55 +0300 Subject: [PATCH] Update release.yml (#408) --- .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 1fc4d436..8dd5e43e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: run: npm run lint - name: Update version - run: echo ${{ github.event.head_commit.ref }} | cut -c 11- | xargs npm version + run: echo ${{ github.event.release.tag_name }} | cut -c 11- | xargs npm version # Publish to marketplaces - name: Publish to VS marketplace