From 3e51b32614f7add60d439bb92c01400a4cbb24dd Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Tue, 29 Oct 2024 18:30:57 +0000 Subject: [PATCH] try commenting out if in release! --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f818e33..528c8cff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: release: needs: [check] - if: "success() && startsWith(github.ref, 'refs/tags/')" +# if: "success() && startsWith(github.ref, 'refs/tags/')" runs-on: ubuntu-latest environment: release