Skip to content

Commit

Permalink
fixing mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeingold35 committed Aug 28, 2023
1 parent 3fb17d3 commit 0500172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-vsix-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 'lts/*' # Node LTS should always be fine.
- name: 'Install node dependencies'
run: yarn && yarn global @vscode/vsce
run: yarn && yarn global add @vscode/vsce
- name: 'Create VSIX'
run: vsce package
- name: 'Upload artifact'
Expand Down

0 comments on commit 0500172

Please sign in to comment.