Skip to content

Commit 3643e6e

Browse files
authored
Update python-publish.yml
Fix cannot fetch both <commit> and tags following the suggestion: actions/checkout#1467 (comment)
1 parent e4f1360 commit 3643e6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/python-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
with:
17+
fetch-depth: 1
1718
fetch-tags: true
1819
- name: Set up Python
1920
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)