From f9d266449e84ae3b8b84405390e7d45654c2e0d1 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Tue, 2 Jan 2024 09:20:47 -0700 Subject: [PATCH] git pull --- action.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/action.sh b/action.sh index b897e49..d28a0fd 100755 --- a/action.sh +++ b/action.sh @@ -2,6 +2,7 @@ apt update apt install jq -y CURRENT_VERSION=$(jq -r .version package.json) echo $CURRENT_VERSION +git pull PREVIOUS_VERSIONS=$(git tag) echo $PREVIOUS_VERSIONS git branch