mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-12-25 10:55:01 +00:00
Add else
This commit is contained in:
parent
04c63f6c09
commit
a6ca7928c1
1 changed files with 2 additions and 0 deletions
2
build
2
build
|
@ -135,6 +135,8 @@ task_ci() {
|
||||||
echo "Found tag ${GIT_TAG_NAME}, uploading release";
|
echo "Found tag ${GIT_TAG_NAME}, uploading release";
|
||||||
|
|
||||||
tasks_run upload-release;
|
tasks_run upload-release;
|
||||||
|
else
|
||||||
|
echo "No tags found, skipping uploading release";
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue