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 == ''}}