From e66d46bf87219f6d263d03979af6b00eebaa2775 Mon Sep 17 00:00:00 2001 From: Srevin Saju Date: Sat, 3 Oct 2020 18:53:02 +0300 Subject: [PATCH] ci: split the logic on release to different blocks --- .github/workflows/continuous.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 9f51cb7e..d7b1ec22 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -248,7 +248,7 @@ jobs: - name: PreRelease uses: marvinpinto/action-automatic-releases@latest - if: github.ref == 'refs/heads/master' && '!startsWith(github.ref, "refs/tags/v")' + if: github.ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/') != true with: prerelease: true draft: false