Skip to content

Commit dc777c0

Browse files
committed
fix: set checkout depth to 0 in CI
1 parent 999ab32 commit dc777c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24+
with:
25+
# Important so we can merge branches
26+
fetch-depth: 0
2427

2528
- name: Set version
2629
id: version

0 commit comments

Comments
 (0)