Skip to content

Commit 7ba29d6

Browse files
ci: Add fetch-depth: 0 to the checkout action in the release workflow.
1 parent a53261d commit 7ba29d6

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
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Checkout repo
1919
uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
2022

2123
- name: Setup Node
2224
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)