agaiun
This commit is contained in:
parent
f66a3e78cb
commit
9255d0c11e
2 changed files with 2 additions and 1 deletions
1
.github/workflows/build-macos.yml
vendored
1
.github/workflows/build-macos.yml
vendored
|
@ -48,6 +48,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.sha }}
|
||||
submodules: true
|
||||
|
||||
- name: Change Version
|
||||
|
|
|
@ -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
|
||||
|
||||
#############################################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue