Skip to content

Commit 5e30f12

Browse files
committed
chore: fixed pipeline with yarn
1 parent 7331faf commit 5e30f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
${{ runner.os }}-yarn-
5151
5252
- name: "install"
53-
run: "yarn install --frozen-lockfile"
53+
run: "yarn install"
5454

5555
- name: "test and coverage"
5656
run: "yarn run test:coverage"

0 commit comments

Comments
 (0)