From 7e8fdaa5109658c137cdc13f09e3eb2844355682 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sat, 10 Aug 2024 21:52:16 +0100 Subject: [PATCH] Update pytest.yml to add a tag --- .github/workflows/pytest.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 3669766..e611ae2 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -24,3 +24,7 @@ jobs: - name: Run tests with pytest run: | pytest + - name: Apply validated tag + run: | + git tag -f validated + git push origin --tags