Skip to content

Commit

Permalink
fix(.github): don't install dependencies when run github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
RJiazhen committed Sep 21, 2024
1 parent 924ad3f commit 5ef0ed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down

0 comments on commit 5ef0ed2

Please sign in to comment.