From 5da72ff00e0b98bb3632c28abe47f2de470d1fdd Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 10 Nov 2023 14:41:22 +0100 Subject: [PATCH] removed unneeded sleep --- plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.sh b/plugin.sh index 5ce784f..c4150ae 100644 --- a/plugin.sh +++ b/plugin.sh @@ -19,7 +19,7 @@ export GIT_COMMITTER_EMAIL=${CI_COMMIT_AUTHOR_EMAIL} CURRENTTAG=$(git tag --sort=-creatordate | head -n 1) PREVIOUSTAG=$(git tag --sort=-creatordate | head -n 2 | tail -n 1) echo "Diff: $PREVIOUSTAG..$CURRENTTAG" -sleep 3600 + ALLCHANGES=$(npx -y @philippdormann/changelogen@1.0.0 --from $PREVIOUSTAG --to $CURRENTTAG --no-output | sed 's/"/\\"/g' | tail -n +6) if [ "${PLUGIN_GITEA_DOMAIN:+set}" = set ]; then if [ "${PLUGIN_GITEA_APIKEY:-null}" = null ]; then