Ready for merge :)
This commit is contained in:
parent
bf7d83a5a5
commit
28add2df5a
2 changed files with 1 additions and 5 deletions
3
.github/workflows/build-macos.yml
vendored
3
.github/workflows/build-macos.yml
vendored
|
@ -11,9 +11,6 @@ on:
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
- 'cider.lock'
|
- 'cider.lock'
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-macos:
|
build-macos:
|
||||||
name: build-macos
|
name: build-macos
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
STABLE_SHA=$(curl -s https://api.github.com/repos/ciderapp/Cider/branches/stable | grep '"sha"' | head -1 | cut -d '"' -f 4)
|
STABLE_SHA=$(curl -s https://api.github.com/repos/ciderapp/Cider/branches/stable | grep '"sha"' | head -1 | cut -d '"' -f 4)
|
||||||
SHA_DATE=$(git show -s --format=%ci $STABLE_SHA)
|
SHA_DATE=$(git show -s --format=%ci $STABLE_SHA)
|
||||||
#COMMITSINCESTABLE=$(git rev-list $STABLE_SHA..HEAD --count --since="$SHA_DATE")
|
COMMITSINCESTABLE=$(git rev-list $STABLE_SHA..HEAD --count --since="$SHA_DATE")
|
||||||
COMMITSINCESTABLE=22
|
|
||||||
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
|
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
|
||||||
|
|
||||||
echo "Commits since stable: $COMMITSINCESTABLE"
|
echo "Commits since stable: $COMMITSINCESTABLE"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue