Skip to content

Commit

Permalink
install vsce first
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed Apr 3, 2022
1 parent 2177440 commit c0114a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- run: npm ci
- name: Build and Pre-Publish
run: npm run vscode:prepublish
- name: Publish
- name: Install VSCE
run: npm i vsce
- name: Publish
run: npx vsce publish -p $VSCE_TOKEN
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

0 comments on commit c0114a2

Please sign in to comment.