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 8ab983b commit 106b171Copy full SHA for 106b171
.github/workflows/build.yml
@@ -670,6 +670,8 @@ jobs:
670
- uses: actions/checkout@v4
671
with:
672
lfs: true
673
+ fetch-depth: 0
674
+ fetch-tags: true
675
- uses: actions/setup-node@v4
676
677
node-version: "20"
@@ -749,6 +751,8 @@ jobs:
749
751
750
752
753
754
755
756
757
758
.github/workflows/test.yml
@@ -30,6 +30,8 @@ jobs:
30
31
32
33
34
35
36
37
0 commit comments