Update pytest.yml to force push the tags
This commit is contained in:
parent
07efbf30de
commit
787da53978
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
|
@ -26,5 +26,5 @@ jobs:
|
||||||
pytest
|
pytest
|
||||||
- name: Apply validated tag
|
- name: Apply validated tag
|
||||||
run: |
|
run: |
|
||||||
git tag -f validated
|
git tag validated
|
||||||
git push origin --tags
|
git push origin -f --tags
|
||||||
|
|
Loading…
Add table
Reference in a new issue