Skip to content

Commit

Permalink
fix: match quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBorges committed Dec 16, 2024
1 parent 18692c7 commit d91d166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
release_type=$(echo ${{ github.event.pull_request.title }} | grep -Eoh '(((M|m)ajor|inor)|(P|p)atch)')
if [ -z $release_type ] ; then
echo "You have to indicate the release type in the title of a pr to main"
echo " suggested: `prerelease: major|minor|patch version"
echo " suggested: `prerelease: major|minor|patch` version"
exit 1
else
echo "Next release will be a $release_type version"
Expand Down

0 comments on commit d91d166

Please sign in to comment.