Skip to content

Commit 2a977af

Browse files
committed
Fixes issue with generate-changelog and git
1 parent 9a55d6d commit 2a977af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bumpversion.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v3
21+
with:
22+
fetch-depth: 0
2123

2224
- uses: actions/setup-python@v4
2325
with:

0 commit comments

Comments
 (0)