Skip to content

Commit 2008eba

Browse files
authored
Merge pull request #567 from fendor/polish/ci-versions
Upgrade VSCode publishing github action version
2 parents 19ae3b1 + 35457d4 commit 2008eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
- run: yarn install --immutable --immutable-cache --check-cache
1515
- name: Publish to Visual Studio Marketplace
1616
id: publishToVSMarketplace
17-
uses: HaaLeo/publish-vscode-extension@v0
17+
uses: HaaLeo/publish-vscode-extension@v1
1818
with:
1919
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
2020
registryUrl: https://marketplace.visualstudio.com
2121
yarn: true
2222
- name: Publish to Open VSX Registry
2323
id: publishToOpenVSX
2424
continue-on-error: true
25-
uses: HaaLeo/publish-vscode-extension@v0
25+
uses: HaaLeo/publish-vscode-extension@v1
2626
with:
2727
pat: ${{ secrets.OPEN_VSX_TOKEN }}
2828
yarn: true

0 commit comments

Comments
 (0)