Skip to content

Commit

Permalink
v0.0.0
Browse files Browse the repository at this point in the history
remove one conditional
  • Loading branch information
nmanu1 committed Oct 27, 2023
1 parent d369fc0 commit aff7f1b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ jobs:
then
echo "matched first regex"
fi
if [[ $COMMIT_TITLE =~ ^Version [0-9]+\.[0-9]+\.[0-9]+( \(#[0-9]+\))?$ ]]
then
echo "matched second regex"
fi

0 comments on commit aff7f1b

Please sign in to comment.