This commit is contained in:
Core 2022-08-01 15:16:14 +01:00
parent f66a3e78cb
commit 9255d0c11e
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ STABLE_SHA=$(curl -s https://api.github.com/repos/ciderapp/Cider/branches/stable
COMMITSINCESTABLE=$(git rev-list $STABLE_SHA..$GITHUB_SHA --count)
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
git rev-list --all --count
git rev-list --all
#############################################################################################