github: increase fetch-depth to 100 for test publish

This commit is contained in:
Aleix Conchillo Flaqué
2024-04-05 08:32:29 -07:00
parent 158de6f20b
commit efdfb74dc3

View File

@@ -16,7 +16,7 @@ jobs:
with:
ref: ${{ github.event.inputs.gitref }}
fetch-tags: true
fetch-depth: 50
fetch-depth: 100
- name: Set up Python
id: setup_python
uses: actions/setup-python@v4