This commit is contained in:
Core 2022-08-04 18:43:31 +01:00
parent 052dc648da
commit 2d09ae1f4e
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 7 additions and 3 deletions

View file

@ -36,9 +36,8 @@ jobs:
- name: Change Version
env:
REQUEST_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GH_REQUEST_TOKEN: ${{ secrets.RELEASE_TOKEN }}
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