Skip to content

Commit

Permalink
fix(release): missing working-directory hate this stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus7474 committed Oct 27, 2024
1 parent aab95ab commit de9629f
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 @@ -38,7 +38,8 @@ jobs:
cache-dependency-path: 'web/package-lock.json'

- name: Install dependencies
run: npm ci
working-directory: web
run: npm i

- name: Run build in web/
working-directory: web
Expand Down

0 comments on commit de9629f

Please sign in to comment.