Skip to content

Commit ac29cf4

Browse files
committed
build: update build action
1 parent 8f3ae35 commit ac29cf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/vscode-extension.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
node-version: 20.x
1616
- run: npm install
17+
- run: mkdir -p packages
1718
- run: npx vsce package -o packages
1819
- run: npx vsce publish --packagePath packages/*.vsix
1920
if: success() && startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)