From 815845fddf3cd30ea38983b8378da085e8612c36 Mon Sep 17 00:00:00 2001 From: sbansla Date: Fri, 2 Dec 2022 10:50:30 +0530 Subject: [PATCH] chore: c1 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index bb8ca3d..7cfb195 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -34,7 +34,7 @@ jobs: echo ${{ steps.semantic-release.outputs.TAG_NAME }} echo ${{ steps.semantic-release.outputs }} - name: Verify rc branch - if: contains( ${{ steps.semantic-release.outputs.TAG_NAME }}, 'rc' ) + if: contains('1.0.0', 'rc' ) run: echo "This is rc release" - name: verify release required if: ${{steps.semantic-release.outputs.TAG_NAME == ''}}