From a762763864d92367e6b04e20f9ef40e10a96e2ae Mon Sep 17 00:00:00 2001 From: nohehf Date: Sun, 12 May 2024 22:36:24 +0200 Subject: [PATCH] chore: ci temporary release to be fixed --- .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 92bc5a2..4187cfa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -154,7 +154,7 @@ jobs: release: name: Release runs-on: ubuntu-latest - if: "startsWith(github.ref, 'refs/tags/')" + # if: "startsWith(github.ref, 'refs/tags/')" # TODO(@nohehf): Re add validate-tag dependency needs: [linux, windows, macos, sdist] steps: