Skip to content

Commit

Permalink
github(publish_test): download tags and depth to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Jul 24, 2024
1 parent f44dabc commit 91103e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 100
- name: Set up Python
id: setup_python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 91103e2

Please sign in to comment.