We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3339cbb commit e147084Copy full SHA for e147084
.github/workflows/ci.yml
@@ -17,7 +17,10 @@ jobs:
17
- ubuntu-latest
18
runs-on: ${{ matrix.os }}
19
steps:
20
- - uses: actions/checkout@v4
+ - name: Checkout Repo
21
+ uses: actions/checkout@v4
22
+ with:
23
+ fetch-depth: 30
24
25
- name: Install pnpm
26
uses: pnpm/action-setup@v4
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
- fetch-depth: 0
- name: Enable Corepack
run: corepack enable
0 commit comments