Skip to content

Commit

Permalink
update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nvms committed Dec 4, 2023
1 parent ba6fd35 commit 4e2d484
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
node-version: 21.x

- name: Install dependencies
run: cd extension && npm install

- name: Publish to Visual Studio Marketplace
run: cd extension && npm run publish
env:
Expand Down

0 comments on commit 4e2d484

Please sign in to comment.