Skip to content

Commit

Permalink
install node tools before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kritzcreek committed Mar 4, 2021
1 parent 5d81201 commit 4ee1883
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Publish
run: npm run publish
run: |
npm install
npm run publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 4ee1883

Please sign in to comment.