We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c741c7 commit 4912500Copy full SHA for 4912500
.github/workflows/vscode-extension.yml
@@ -54,11 +54,12 @@ jobs:
54
needs: build
55
if: success() && startsWith(github.ref, 'refs/tags/')
56
steps:
57
+ - run: vscode-extension/build/init.sh
58
- uses: actions/download-artifact@v4
59
with:
60
path: vscode-extension/packages/
61
merge-multiple: true
- - run: npx vsce publish --packagePath vscode-extension/packages
62
+ - run: vscode-extension/build/publish.sh '*'
63
env:
64
VSCE_PAT: ${{ secrets.VSCE_PAT }}
65
- uses: fnkr/github-action-ghr@v1
0 commit comments