Skip to content

Commit 428bf9f

Browse files
committed
ci: increase git fetch-depth for EasyBuild PR workflow
1 parent 7f88ca7 commit 428bf9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/easybuild-shipit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
# We need to fetch more than the last commit to be able to generate the changelog based on the commit history.
2727
# Adapt this value based on your needs.
28-
fetch-depth: 100
28+
fetch-depth: 2000
2929
- name: Setup .NET
3030
uses: actions/setup-dotnet@v5
3131
with:

0 commit comments

Comments
 (0)