File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,21 @@ jobs:
11
11
- uses : actions/setup-node@v1
12
12
with :
13
13
node-version : 14
14
- - run : npm ci
14
+ - run : yarn install --immutable --immutable-cache --check-cache
15
15
- name : Publish to Visual Studio Marketplace
16
16
id : publishToVSMarketplace
17
17
uses : HaaLeo/publish-vscode-extension@v0
18
18
with :
19
19
pat : ${{ secrets.VS_MARKETPLACE_TOKEN }}
20
20
registryUrl : https://marketplace.visualstudio.com
21
+ yarn : true
21
22
- name : Publish to Open VSX Registry
22
23
id : publishToOpenVSX
23
24
continue-on-error : true
24
25
uses : HaaLeo/publish-vscode-extension@v0
25
26
with :
26
27
pat : ${{ secrets.OPEN_VSX_TOKEN }}
28
+ yarn : true
27
29
- name : Upload extension vsix to workflow artifacts
28
30
uses : actions/upload-artifact@v2
29
31
with :
You can’t perform that action at this time.
0 commit comments