We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59429be commit 6f1dd2eCopy full SHA for 6f1dd2e
1 file changed
.github/workflows/dev-release.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Install dependencies
69
working-directory: app
70
- run: pnpm install --frozen-lockfile
+ run: pnpm install
71
72
- name: Write Apple API key (.p8) to disk
73
run: |
0 commit comments