We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75e24c commit 3362082Copy full SHA for 3362082
3 files changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: 14
22
- name: Install dependencies
23
- run: yarn
+ run: yarn install --frozen-lockfile
24
- name: Build
25
run: yarn build
26
- name: Release
0 commit comments