Skip to content

Commit

Permalink
fix: YAML of GitHub Actions: yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nukopy committed May 2, 2021
1 parent 18dbdd7 commit 207de15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Install deps, build, pack and deploy
- name: Build & Publish
run: yarn install && yarn vsce publish
run: npm install && vsce publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

Expand Down

0 comments on commit 207de15

Please sign in to comment.