Skip to content

Commit e980e74

Browse files
authored
Merge pull request #22 from ckipp01/anotherFix
fix(ci): set fetch depth and bump checkout version
2 parents 118c998 + 91f86d0 commit e980e74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
14+
with:
15+
fetch-depth: 0
1416

1517
- name: Cache
1618
uses: coursier/cache-action@v6

0 commit comments

Comments
 (0)