From ce30d82f5ab49ae9f67f474b6021ef25f1b4bf2b Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Thu, 9 Dec 2021 17:35:15 +0000 Subject: [PATCH] fix update --- scripts/update_plugin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update_plugin.sh b/scripts/update_plugin.sh index d46bab17..1be0a0cb 100755 --- a/scripts/update_plugin.sh +++ b/scripts/update_plugin.sh @@ -5,6 +5,7 @@ set -e git checkout master git fetch --tags --all +git pull LATEST_TAG=`git describe --tags --abbrev=0` read -p "The last tag was: ${LATEST_TAG}, what tag should I create? " TAG;