Skip to content

Commit a0bfb92

Browse files
committed
Migrate Deployment CI to yarn
1 parent 0432244 commit a0bfb92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,21 @@ jobs:
1111
- uses: actions/setup-node@v1
1212
with:
1313
node-version: 14
14-
- run: npm ci
14+
- run: yarn install --immutable --immutable-cache --check-cache
1515
- name: Publish to Visual Studio Marketplace
1616
id: publishToVSMarketplace
1717
uses: HaaLeo/publish-vscode-extension@v0
1818
with:
1919
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
2020
registryUrl: https://marketplace.visualstudio.com
21+
yarn: true
2122
- name: Publish to Open VSX Registry
2223
id: publishToOpenVSX
2324
continue-on-error: true
2425
uses: HaaLeo/publish-vscode-extension@v0
2526
with:
2627
pat: ${{ secrets.OPEN_VSX_TOKEN }}
28+
yarn: true
2729
- name: Upload extension vsix to workflow artifacts
2830
uses: actions/upload-artifact@v2
2931
with:

0 commit comments

Comments
 (0)