Skip to content

Commit 106b171

Browse files
authored
docs: history (#341)
1 parent 8ab983b commit 106b171

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,8 @@ jobs:
670670
- uses: actions/checkout@v4
671671
with:
672672
lfs: true
673+
fetch-depth: 0
674+
fetch-tags: true
673675
- uses: actions/setup-node@v4
674676
with:
675677
node-version: "20"
@@ -749,6 +751,8 @@ jobs:
749751
- uses: actions/checkout@v4
750752
with:
751753
lfs: true
754+
fetch-depth: 0
755+
fetch-tags: true
752756
- uses: actions/setup-node@v4
753757
with:
754758
node-version: "20"

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- uses: actions/checkout@v4
3131
with:
3232
lfs: true
33+
fetch-depth: 0
34+
fetch-tags: true
3335
- uses: actions/setup-node@v4
3436
with:
3537
node-version: "20"

0 commit comments

Comments
 (0)