github(publish_test): download tags and depth to 100

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-24 14:49:09 -07:00
parent f44dabcd65
commit 91103e21cc

View File

@@ -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