Skip to content

Commit 2955fa0

Browse files
committed
ci: fix fetch-depth
1 parent 32fc050 commit 2955fa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
1719

1820
- name: Set up Node.js
1921
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)