From d948044ae923f83a7bff162146a92769c6a6da38 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Mon, 5 May 2025 11:17:39 +0100 Subject: [PATCH] removes need for checks for release, as yt will always fail --- .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 28b415f..797a080 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -96,7 +96,7 @@ jobs: release: name: Release runs-on: ubuntu-latest - needs: [checks] + # needs: [checks] if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/checkout@v1