From 18172cf14c286e813b2d081797d3423ed34fc3da Mon Sep 17 00:00:00 2001 From: Srevin Saju Date: Mon, 1 Jun 2020 12:01:41 +0300 Subject: [PATCH] do not release continuous tag on tagged release' --- .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 251e657a..4b9a7d39 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -135,7 +135,7 @@ jobs: - name: Release uses: marvinpinto/action-automatic-releases@latest - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/') != true with: automatic_release_tag: continuous title: continuous