Skip to content

Commit

Permalink
Instead of setting fetch-tags: true, set fetch-depth: 0 in the checko…
Browse files Browse the repository at this point in the history
…ut action of the publishing workflow
  • Loading branch information
IshaanDesai committed May 23, 2024
1 parent 554eab3 commit 0befa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 0befa33

Please sign in to comment.