Skip to content

Commit

Permalink
Update release.yml to use vscode/vsce
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Mar 27, 2024
1 parent 212b28b commit 25a85d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Package Extension
run: |
npm i -g vsce
npm i -g @vscode/vsce
npm i -g yarn
yarn
vsce package --pre-release
Expand Down

0 comments on commit 25a85d5

Please sign in to comment.