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