Skip to content

Commit

Permalink
updated GH workflow by fixing vsce install step
Browse files Browse the repository at this point in the history
  • Loading branch information
uguraslan committed Oct 16, 2023
1 parent 4049ac1 commit ce557fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm install

- name: Install vsce
run: npm install -g vsce
run: npm install -g @vscode/vsce

# Read package.json and set variables
- name: Read package.json
Expand Down

0 comments on commit ce557fb

Please sign in to comment.