We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07f0bd commit 8165455Copy full SHA for 8165455
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
node-version: 12
14
- name: Install dependencies
15
- run: yarn ci
+ run: yarn --frozen-lockfile
16
- name: Release
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments