Skip to content

Commit df196ac

Browse files
committed
fix: switch to @vscode/vsce
bump versions Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 22791b2 commit df196ac

File tree

4 files changed

+343
-827
lines changed

4 files changed

+343
-827
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
env:
9494
VSCE_PAT: ${{ secrets.VSCE_PAT }}
9595
TAG_NAME: ${{ needs.release-artifacts.outputs.tag_name }}
96-
run: npx vsce publish --packagePath ${TAG_NAME}.vsix
96+
run: npx -y @vscode/vsce publish --packagePath ${TAG_NAME}.vsix
9797

9898
publish-ovsx:
9999
needs: [release-please, release-artifacts]

0 commit comments

Comments
 (0)