Skip to content

Commit 479c918

Browse files
committed
ci: fix clone depth for releases
1 parent 39c6566 commit 479c918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
with:
16+
fetch-depth: 0
1617
persist-credentials: false
1718
- uses: actions/setup-node@v4
1819
with:

0 commit comments

Comments
 (0)