Skip to content

Commit 49006b6

Browse files
authored
Merge pull request #14 from rollout/test_release_b
chore: release 0.1.2 Release-As: 0.1.2
2 parents f8777b5 + 710926f commit 49006b6

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)