From e88a896c5e24a7dcf8852b347bb282e97114766e Mon Sep 17 00:00:00 2001 From: Yahav Itzhak Date: Wed, 13 Sep 2023 19:25:46 +0300 Subject: [PATCH] Update release.yml --- .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 2990bb7c6..1fc4d436f 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.ref }} | cut -c 11- | xargs npm version + run: echo ${{ github.event.head_commit.ref }} | cut -c 11- | xargs npm version # Publish to marketplaces - name: Publish to VS marketplace