Skip to content

Commit

Permalink
actually fixed worklow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JakePIXL committed Sep 8, 2023
1 parent 457f1ee commit b84664e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
with:
node-version: 'lts/*'
cache: 'pnpm' # Set this to npm, yarn or pnpm.
cache-dependency-path: '**/pnpm-lock.yaml'

- name: Install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
Expand Down

0 comments on commit b84664e

Please sign in to comment.