fix(release): add GITHUB_TOKEN env variable for gh CLI

This commit is contained in:
Harsh Shandilya 2022-11-10 22:24:44 +05:30
parent 6581e56c31
commit dc7ef55461
No known key found for this signature in database

View file

@ -60,6 +60,8 @@ jobs:
- name: Post-release work
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Tag the current version
VERSION="$(tail -n1 android/version.properties | cut -d = -f 2)"