mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
fix(release): add GITHUB_TOKEN
env variable for gh
CLI
This commit is contained in:
parent
6581e56c31
commit
dc7ef55461
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -60,6 +60,8 @@ jobs:
|
||||||
|
|
||||||
- name: Post-release work
|
- name: Post-release work
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
# Tag the current version
|
# Tag the current version
|
||||||
VERSION="$(tail -n1 android/version.properties | cut -d = -f 2)"
|
VERSION="$(tail -n1 android/version.properties | cut -d = -f 2)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue