Skip to content

Commit

Permalink
--no-git-tag-version
Browse files Browse the repository at this point in the history
  • Loading branch information
devhawk committed Feb 2, 2024
1 parent 90636a5 commit 44a6ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 44a6ec7

Please sign in to comment.