Skip to content

Commit

Permalink
Avoid shallow checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeangelimvieira committed Apr 30, 2024
1 parent 0fd753a commit ff2e5d8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-tags: true
show-progress: true
fetch-depth: 100


- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit ff2e5d8

Please sign in to comment.