We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3ae35 commit ac29cf4Copy full SHA for ac29cf4
.github/workflows/vscode-extension.yml
@@ -14,6 +14,7 @@ jobs:
14
with:
15
node-version: 20.x
16
- run: npm install
17
+ - run: mkdir -p packages
18
- run: npx vsce package -o packages
19
- run: npx vsce publish --packagePath packages/*.vsix
20
if: success() && startsWith(github.ref, 'refs/tags/')
0 commit comments