Skip to content

Commit 710926f

Browse files
committed
making sure to fetch tags
1 parent 3413437 commit 710926f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
release-type: python
2323
- uses: actions/checkout@v4
2424
if: ${{ steps.release.outputs.release_created }}
25+
with:
26+
fetch-depth: 0
27+
fetch-tags: true
2528
- uses: actions/setup-python@v5
2629
if: ${{ steps.release.outputs.release_created }}
2730
with:

0 commit comments

Comments
 (0)