We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2677b56 commit 0874ce8Copy full SHA for 0874ce8
.github/workflows/publish-marketplace.yml
@@ -14,11 +14,11 @@ jobs:
14
node-version: latest
15
- run: npm ci
16
- name: Publish to Open VSX Registry
17
- uses: HaaLeo/publish-vscode-extension@v1
+ uses: HaaLeo/publish-vscode-extension@v2
18
with:
19
pat: ${{ secrets.OPEN_VSX_TOKEN }}
20
- name: Publish to Visual Studio Marketplace
21
22
23
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
24
registryUrl: https://marketplace.visualstudio.com
0 commit comments