浏览代码

fix: remove debug [skip ci]

Baptiste Augrain 2 年之前
父节点
当前提交
29f4df6515
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      check_tags.sh

+ 0 - 3
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"