Skip to content

Commit 40787f7

Browse files
committed
fix
1 parent cceff17 commit 40787f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-vscode-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: "Create VSIX"
1818
id: createVSIX
1919
run: |
20-
npx vsce package
20+
npx vsce@latest package
2121
PKG=$(node -p "require('./package.json').name + '-' + require('./package.json').version")
2222
echo "vsixPath=$PKG.vsix" >> $GITHUB_OUTPUT
2323

0 commit comments

Comments
 (0)