Skip to content

Commit 2914a72

Browse files
committed
fix make release
1 parent e7227fa commit 2914a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bump.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async function cloudPublish() {
131131

132132
await $`make vscode-pkg`
133133
await $`gh release create ${vCurrVer} vscode/devicescript.vsix`
134-
await $`npx publish --packagePath vscode/devicescript.vsix`
134+
await $`npx vsce publish --packagePath vscode/devicescript.vsix`
135135
}
136136

137137
if (argv.cloud) {

0 commit comments

Comments
 (0)