Skip to content

Commit

Permalink
Migrate Deployment CI to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Apr 3, 2022
1 parent 0432244 commit a0bfb92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,21 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm ci
- run: yarn install --immutable --immutable-cache --check-cache
- name: Publish to Visual Studio Marketplace
id: publishToVSMarketplace
uses: HaaLeo/publish-vscode-extension@v0
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
yarn: true
- name: Publish to Open VSX Registry
id: publishToOpenVSX
continue-on-error: true
uses: HaaLeo/publish-vscode-extension@v0
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
yarn: true
- name: Upload extension vsix to workflow artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit a0bfb92

Please sign in to comment.