From 787da539784d391f2103bda275f120a678043418 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sat, 10 Aug 2024 22:07:44 +0100 Subject: [PATCH] Update pytest.yml to force push the tags --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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