Skip to content

Commit

Permalink
chore(ci): use installed version of vsce executable
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomourar committed Sep 2, 2023
1 parent 94fc473 commit c735ece
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 @@ -52,7 +52,7 @@ jobs:
npm run package
mv wit-idl.vsix ${TAG_NAME}.vsix
gh release upload ${TAG_NAME} ${TAG_NAME}.vsix
vsce publish --package-path ${TAG_NAME}.vsix
npx vsce publish --packagePath ${TAG_NAME}.vsix
label:
needs: [publish]
Expand Down

0 comments on commit c735ece

Please sign in to comment.