We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a55d6d commit 2a977afCopy full SHA for 2a977af
.github/workflows/bumpversion.yaml
@@ -18,6 +18,8 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v3
21
+ with:
22
+ fetch-depth: 0
23
24
- uses: actions/setup-python@v4
25
with:
0 commit comments