Ver Fonte

Add logging when GH token doesn't exist in Windows build

Peter Squicciarini há 6 anos atrás
pai
commit
b5df7d5af8
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      check_tags.ps1

+ 2 - 0
check_tags.ps1

@@ -6,6 +6,8 @@ echo "VSCodium assets: ${VSCODIUM_ASSETS}"
 
 # if we just don't have the github token, get out fast
 if (!$env:MAPPED_GITHUB_TOKEN.length -le 15) {
+  echo "This build does not have the GH token"
+  echo $env:MAPPED_GITHUB_TOKEN
   return
 }