From 9f21a39e6f7f45503e94f17da37a18f59019f9b7 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 31 Aug 2022 10:12:41 +0200 Subject: [PATCH] fix: remove debug [skip ci] --- check_tags.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/check_tags.sh b/check_tags.sh index 2b9838d..795a04d 100755 --- a/check_tags.sh +++ b/check_tags.sh @@ -16,9 +16,6 @@ fi GITHUB_RESPONSE=$( curl -s -H "Authorization: token ${GITHUB_TOKEN}" "https://api.github.com/repos/${REPOSITORY}/releases/latest" ) LATEST_VERSION=$( echo "${GITHUB_RESPONSE}" | jq -c -r '.tag_name' ) - -GITHUB_RESPONSE=$( curl -s "https://api.github.com/repos/VSCodium/vscodium-insiders/releases/latest" ) - if [[ "${LATEST_VERSION}" =~ ^([0-9]+\.[0-9]+\.[0-9]+) ]]; then if [ "${MS_TAG}" != "${BASH_REMATCH[1]}" ]; then echo "New VSCode version, new build"