Skip to content

Commit 8165455

Browse files
committed
chore(ci): fix wrong command
1 parent b07f0bd commit 8165455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: 12
1414
- name: Install dependencies
15-
run: yarn ci
15+
run: yarn --frozen-lockfile
1616
- name: Release
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)