Skip to content

Commit 2adb552

Browse files
committed
chore: ensure full history is fetched during code checkout in release workflow
1 parent de94958 commit 2adb552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v3
19+
with:
20+
fetch-depth: 0
1921

2022
- name: Set Git user
2123
run: |

0 commit comments

Comments
 (0)