Skip to content

Commit 2123372

Browse files
authored
Update semantic-release.yaml
1 parent f51f335 commit 2123372

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v2
2525
with:
26-
fetch-depth: 0
2726
# fixed: https://github.com/python-semantic-release/python-semantic-release/issues/721
27+
fetch-depth: 0
28+
token: ${{ steps.generate_token.outputs.token }}
2829
- name: Find version.py
2930
id: find_version_dot_py
3031
run: |

0 commit comments

Comments
 (0)