Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Tchayka committed Feb 21, 2024
1 parent fc152bd commit f375dd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ jobs:
node-version: 18

- name: Generate VSIX
run: pnpm vsce package --no-dependencies
working-directory: apps/extension
run: |
pnpm i
pnpm vsce package --no-dependencies
- name: Create Release
id: create_release
Expand Down

0 comments on commit f375dd6

Please sign in to comment.