1
0
Fork 0
mirror of https://github.com/sbrl/PolyFeed.git synced 2024-06-01 06:33:02 +00:00

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