Ver Fonte

fix(snap): use correct channel [skip ci]

Baptiste Augrain há 3 dias atrás
pai
commit
adef3f0534
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      stores/snapcraft/check_version.sh

+ 1 - 1
stores/snapcraft/check_version.sh

@@ -24,7 +24,7 @@ else
   if [[ "${VSCODE_QUALITY}" == "stable" ]]; then
     CHANNEL="${SNAPCRAFT_STORE_CHANNEL:-stable}"
 
-    sudo snap install --channel stable --classic snapcraft
+    sudo snap install --channel "${CHANNEL}" --classic snapcraft
 
     echo "Architecture: ${ARCHITECTURE}"