mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-11-16 05:33:00 +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";
|
||||
|
||||
tasks_run upload-release;
|
||||
else
|
||||
echo "No tags found, skipping uploading release";
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue