Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
Fix cannot fetch both <commit> and tags following the suggestion: actions/checkout#1467 (comment)
  • Loading branch information
beekill95 committed Oct 25, 2023
1 parent e4f1360 commit 3643e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
fetch-tags: true
- name: Set up Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit 3643e6e

Please sign in to comment.