github: fetch-tags and increase fetch-depth for test publish

This commit is contained in:
Aleix Conchillo Flaqué
2024-04-05 08:25:37 -07:00
parent 47f68b742d
commit 158de6f20b

View File

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