diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index e611ae2..20992b8 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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