Skip to content

Commit

Permalink
fix build WF
Browse files Browse the repository at this point in the history
  • Loading branch information
devhawk committed Feb 2, 2024
1 parent 38961bf commit 1156cb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- name: Nerdbank.GitVersioning
uses: dotnet/[email protected]
id: nbgv
- name: Install Dependencies
run: npm ci
- name: Pack Extension
run: npx vsce pack ${{ steps.nbgv.outputs.SemVer1 }}
- name: Upload Extension Artifact
Expand Down

0 comments on commit 1156cb0

Please sign in to comment.