Debugging3

This commit is contained in:
Core 2022-08-04 17:59:53 +01:00
parent fcf8adad3b
commit ba86fcdf87
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -7,7 +7,7 @@ COMMIT_SINCE_STABLE=$(git rev-list $STABLE_SHA..HEAD --count --since="$SHA_DATE"
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
LATEST_VERSION=$(curl -s https://api.github.com/repos/ciderapp/cider-releases/releases/latest | grep tag_name | cut -d '"' -f 4 | sed 's/v//' | xargs)
curl -s https://api.github.com/repos/ciderapp/Cider/branches/stable 2
curl -H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" https://api.github.com/repos/ciderapp/Cider/branches/stable
# Debugging
echo "STABLE_SHA: $STABLE_SHA"