mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Remove unecessary line.
This commit is contained in:
parent
7331da0410
commit
a441fe5ae5
1
.github/workflows/milestone-workflow.yml
vendored
1
.github/workflows/milestone-workflow.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user