Skip to content

Commit

Permalink
chore: c1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Dec 2, 2022
1 parent ed98313 commit 815845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 == ''}}
Expand Down

0 comments on commit 815845f

Please sign in to comment.