Dummy change to trigger rebuild

This commit is contained in:
Starbeamrainbowlabs 2019-08-09 21:56:55 +01:00
parent 75196bd277
commit 6ede9551d2
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

1
build
View File

@ -133,6 +133,7 @@ task_ci() {
if [[ "${GIT_REF_TYPE}" == "tags" ]]; then
echo "Found tag ${GIT_TAG_NAME}, uploading release";
tasks_run upload-release;
fi
}