Skip to content

Commit

Permalink
update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Nov 25, 2020
1 parent 86343d0 commit 465b9f2
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 @@ -24,6 +24,6 @@ jobs:

# Install deps, build, pack and deploy
- name: Build
run: yarn install && npx vsce publish
run: yarn install && yarn vsce publish
env:
VSCE_PAT: ${{secrets.VSCE_PAT}}

0 comments on commit 465b9f2

Please sign in to comment.