From f2d537734722059e6342d3cdc44ece9f63a50382 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 29 Mar 2023 10:07:12 +0900 Subject: [PATCH] Release v8.1.2 --- publish/last.published | 2 +- publish/publish.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/publish/last.published b/publish/last.published index 0e79152..6b409d9 100644 --- a/publish/last.published +++ b/publish/last.published @@ -1 +1 @@ -8.1.1 +8.1.2 diff --git a/publish/publish.sh b/publish/publish.sh index e608d39..ad39db4 100755 --- a/publish/publish.sh +++ b/publish/publish.sh @@ -31,6 +31,7 @@ source .env.deploy; cd -; set +o allexport; +echo "[START]"; # gitea if [ ! -z "${GITEA_USER}" ] && [ ! -z "${GITEA_TOKEN}" ]; then curl -LJO \ @@ -56,5 +57,7 @@ if [ ! -z "${GITLAB_DEPLOY_TOKEN}" ]; then else echo "Missing GITLAB_DEPLOY_TOKEN environment variable"; fi; +echo ""; +echo "[DONE]"; # __END__