Update release.yaml
This commit is contained in:
parent
ac45d8cb17
commit
a880652f08
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@ -64,6 +64,11 @@ jobs:
|
||||
VERSION=v$(cat ${{ env.OUTPUTFILE }}/RELEASE)-${{ github.event.inputs.build }}
|
||||
|
||||
cd bromite
|
||||
|
||||
GH=gh_2.18.1_linux_amd64/bin/gh
|
||||
wget https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_linux_amd64.tar.gz
|
||||
tar xfz gh_2.18.1_linux_amd64.tar.gz
|
||||
|
||||
echo ${{ secrets.GITHUB_TOKEN }} | $GH auth login --with-token
|
||||
|
||||
echo "\`\`\`" >note
|
||||
|
Loading…
Reference in New Issue
Block a user