Skip to content

Commit d0a13d3

Browse files
committed
ci: fetch depth for checkout action fix
1 parent ef253c0 commit d0a13d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1820

1921
- name: Setup
2022
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)