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 19ae3b1 + 35457d4 commit 2008ebaCopy full SHA for 2008eba
.github/workflows/build.yml
@@ -14,15 +14,15 @@ jobs:
14
- run: yarn install --immutable --immutable-cache --check-cache
15
- name: Publish to Visual Studio Marketplace
16
id: publishToVSMarketplace
17
- uses: HaaLeo/publish-vscode-extension@v0
+ uses: HaaLeo/publish-vscode-extension@v1
18
with:
19
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
20
registryUrl: https://marketplace.visualstudio.com
21
yarn: true
22
- name: Publish to Open VSX Registry
23
id: publishToOpenVSX
24
continue-on-error: true
25
26
27
pat: ${{ secrets.OPEN_VSX_TOKEN }}
28
0 commit comments