Skip to content

Commit 4f539d0

Browse files
authoredJan 18, 2024
fix(nightly-ci): fetch-depth 0
1 parent ef74d1f commit 4f539d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎.github/workflows/nightly.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
id-token: write
1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
1719
- run: corepack enable
1820
- uses: actions/setup-node@v4
1921
with:

0 commit comments

Comments
 (0)
Please sign in to comment.