Test2e9
This commit is contained in:
parent
ab2e9e5cad
commit
052dc648da
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-macos.yml
vendored
4
.github/workflows/build-macos.yml
vendored
|
@ -37,7 +37,9 @@ jobs:
|
|||
- name: Change Version
|
||||
env:
|
||||
REQUEST_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
run: sudo chmod +x resources/version.sh && ./resources/version.sh || true
|
||||
run: |
|
||||
curl -H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" https://api.github.com/repos/ciderapp/Cider/branches/stable | grep '"sha"' | head -1 | cut -d '"' -f 4
|
||||
sudo chmod +x resources/version.sh && ./resources/version.sh || true
|
||||
|
||||
- name: Sign in to EVS
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue