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 2407346 commit 5e13a67
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
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 5e13a67

Please sign in to comment.