Skip to content

Commit 051b4d0

Browse files
authored
Merge pull request #454 from rvermeulen/rvermeulen/address-missing-tags-on-update-release
Retrieve the full history to compute the release note
2 parents 1628f54 + 1939fe1 commit 051b4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v4
3232
with:
33-
fetch-tags: true
33+
fetch-depth: 0 # We need the full history to compute the changelog
3434

3535
- name: Install Python
3636
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)