Skip to content

Commit 4912500

Browse files
authored
build: fix vscode-extension.yml
1 parent 2c741c7 commit 4912500

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/vscode-extension.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ jobs:
5454
needs: build
5555
if: success() && startsWith(github.ref, 'refs/tags/')
5656
steps:
57+
- run: vscode-extension/build/init.sh
5758
- uses: actions/download-artifact@v4
5859
with:
5960
path: vscode-extension/packages/
6061
merge-multiple: true
61-
- run: npx vsce publish --packagePath vscode-extension/packages
62+
- run: vscode-extension/build/publish.sh '*'
6263
env:
6364
VSCE_PAT: ${{ secrets.VSCE_PAT }}
6465
- uses: fnkr/github-action-ghr@v1

0 commit comments

Comments
 (0)