Skip to content

Commit

Permalink
ci: update cd-publish-beta workflow (no frozen lockfile option)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed May 20, 2024
1 parent 51faf71 commit 15f6911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache: "pnpm"

- name: Install dependencies 👨🏻‍💻
run: pnpm i --frozen-lockfile
run: pnpm i --no-frozen-lockfile

- name: Build
run: pnpm build
Expand Down

0 comments on commit 15f6911

Please sign in to comment.