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.
2 parents c0bd0e1 + a572f6b commit 112a3d4Copy full SHA for 112a3d4
.github/workflows/publish.yml
@@ -13,11 +13,11 @@ jobs:
13
node-version: 16
14
- run: npm ci
15
# - name: Publish to Open VSX Registry
16
- # uses: HaaLeo/publish-vscode-extension@v0
+ # uses: HaaLeo/publish-vscode-extension@v1
17
# with:
18
# pat: ${{ secrets.OPEN_VSX_TOKEN }}
19
- name: Publish to Visual Studio Marketplace
20
- uses: HaaLeo/publish-vscode-extension@v0
+ uses: HaaLeo/publish-vscode-extension@v1
21
with:
22
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
23
registryUrl: https://marketplace.visualstudio.com
0 commit comments