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:
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 :
You can’t perform that action at this time.
0 commit comments