Skip to content

Commit

Permalink
set fetch-depth to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed May 17, 2023
1 parent 44ca3f0 commit a1a386a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit a1a386a

Please sign in to comment.