From 0e663c313899c06d681d9d9b3a139df5f12c27ef Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 10 May 2023 19:01:14 +0200 Subject: [PATCH] re-enabled git fetch --- plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.sh b/plugin.sh index 68c0f13..7d5fc0a 100644 --- a/plugin.sh +++ b/plugin.sh @@ -1,7 +1,7 @@ #!/busybox/sh set -euo pipefail -# git fetch +git fetch CURRENTTAG=$(git tag --sort=-taggerdate | head -n 1) PREVIOUSTAG=$(git tag --sort=-taggerdate | head -n 2 | tail -n 1)