This commit is contained in:
Starbeamrainbowlabs 2019-08-09 22:05:36 +01:00
parent 04c63f6c09
commit a6ca7928c1
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

2
build
View File

@ -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
}