diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 47d8d65..624bd4b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -26,6 +26,8 @@ jobs: echo "::set-env name=LATEST_MS_COMMIT::$LATEST_MS_COMMIT" - name: Check existing VSCodium tags/releases + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | . check_tags.sh echo "::set-env name=SHOULD_BUILD::$SHOULD_BUILD" diff --git a/check_tags.sh b/check_tags.sh index efa5a9b..b92a670 100755 --- a/check_tags.sh +++ b/check_tags.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -ex + if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then REPOSITORY=$GITHUB_REPOSITORY else