Skip to content

Commit a098162

Browse files
committed
fetching all tag history in checkout
1 parent 2557a3a commit a098162

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
@@ -15,6 +15,8 @@ jobs:
1515
- name: Checkout
1616
id: checkout
1717
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0 # Fetch all history for all tags and branches
1820

1921
- name: Setup python
2022
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)