Skip to content

Commit ccbac89

Browse files
committed
Update fetch-depth as we don't need all history for all branches
1 parent 0f597d3 commit ccbac89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v5
1717
with:
18-
fetch-depth: 0
18+
fetch-depth: 1
1919
persist-credentials: false
2020

2121
- name: Install requirements

0 commit comments

Comments
 (0)