1
0
Fork 0
mirror of https://github.com/sbrl/PolyFeed.git synced 2024-06-01 06:33:02 +00:00
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

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
}