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 cd4fbc1 commit 5e55a75Copy full SHA for 5e55a75
.github/workflows/publish.yaml
@@ -14,12 +14,12 @@ jobs:
14
node-version: 20
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
id: publishToOpenVSX
19
with:
20
pat: ${{ secrets.OVSX_PAT }}
21
- name: Publish to Visual Studio Marketplace
22
23
24
pat: ${{ secrets.VSCE_PAT }}
25
registryUrl: https://marketplace.visualstudio.com
0 commit comments