Skip to content

Commit 1628f54

Browse files
authored
Merge pull request #448 from rvermeulen/rvermeulen/fix-missing-tags
Fix change note generation
2 parents a530e5a + d2a490e commit 1628f54

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-
ref: ${{ inputs.head-sha }}
33+
fetch-tags: true
3434

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

0 commit comments

Comments
 (0)