We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450d61a commit a7ba85cCopy full SHA for a7ba85c
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: 'lts/*'
19
- name: Install dependencies
20
- run: yarn ci
+ run: yarn install --frozen-lockfile
21
- name: Release
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments