Skip to content

Commit

Permalink
fix(ci): 修复ci找不到package的问题
Browse files Browse the repository at this point in the history
Signed-off-by: crrashh1542 <[email protected]>
  • Loading branch information
crrashh1542 committed Feb 20, 2024
1 parent 3aed6b7 commit f23a1b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@ jobs:
DIST_NAME: dist-${{ needs.setup.outputs.DIST_SUFFIX }}
runs-on: ubuntu-latest
steps:
- name: 🧐 Checkout
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: '1'

- name: 🛠️ Setup environment
id: setup
uses: pnpm/action-setup@v3
with:
version: 8
Expand Down

0 comments on commit f23a1b2

Please sign in to comment.