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: