From 44a6ec77858500cdf7d9287f4648656a5e1d1ffe Mon Sep 17 00:00:00 2001 From: Harry Pierson Date: Fri, 2 Feb 2024 13:03:16 -0800 Subject: [PATCH] --no-git-tag-version --- .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 69c0497..8487569 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: - name: Install Dependencies run: npm ci - name: Pack Extension - run: npx vsce pack ${{ steps.nbgv.outputs.SemVer1 }} + run: npx vsce pack ${{ steps.nbgv.outputs.SemVer1 }} --no-git-tag-version - name: Upload Extension Artifact uses: actions/upload-artifact@v4.3.0 with: