From 11a765cf7ae09e2eb4befe2a98a82b630a69e5ed Mon Sep 17 00:00:00 2001 From: Francisco Macedo <54102462+franciscobmacedo@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:44:39 +0100 Subject: [PATCH] tmp: dont check if its a new tag for release --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2b35d0..b5357e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -109,7 +109,7 @@ jobs: jobs: ${{ toJSON(needs) }} release: needs: [check] - if: needs.check.outputs.result == 'success' && startsWith(github.ref, 'refs/tags/') + if: needs.check.outputs.result == 'success' runs-on: ubuntu-latest environment: release