Update pytest.yml to force push the tags

This commit is contained in:
Marc Di Luzio 2024-08-10 22:07:44 +01:00 committed by GitHub
parent 07efbf30de
commit 787da53978
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,5 +26,5 @@ jobs:
pytest
- name: Apply validated tag
run: |
git tag -f validated
git push origin --tags
git tag validated
git push origin -f --tags