Remove unecessary line.

This commit is contained in:
funilrys 2022-11-08 21:18:24 +01:00
parent 7331da0410
commit a441fe5ae5
No known key found for this signature in database
GPG Key ID: 0D8BFEF5515C00C6
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ jobs:
if [[ $MILESTONE_VERSION =~ ^v[0-9]+\.[0-9]+\.0$ ]]; then
echo 'This is NOT a patch release'
echo "is-patch=false" >> $GITHUB_OUTPUT
elif [[ $MILESTONE_VERSION =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo 'This is a patch release'
echo "is-patch=true" >> $GITHUB_OUTPUT