Skip to content

Commit

Permalink
ci: replace-pkg-dep 指定默认分支
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jun 1, 2022
1 parent bb03fa2 commit 3009ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Replace package dependencies
run: npx replace-pkg-dep package.json
run: npx replace-pkg-dep package.json main

- name: Yarn install
run: yarn install --ignore-engines
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Replace package dependencies
run: npx replace-pkg-dep package.json
run: npx replace-pkg-dep package.json main

- name: Yarn install
run: yarn install
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Replace package dependencies
run: npx replace-pkg-dep package.json
run: npx replace-pkg-dep package.json main

- name: Yarn install
run: yarn install
Expand Down

0 comments on commit 3009ee4

Please sign in to comment.