Debugging3
This commit is contained in:
parent
fcf8adad3b
commit
ba86fcdf87
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue