use gh 2.21.1
This commit is contained in:
parent
5d0b72827e
commit
c3b8d405e1
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -58,9 +58,9 @@ jobs:
|
|||||||
|
|
||||||
cd bromite
|
cd bromite
|
||||||
|
|
||||||
GH=gh_2.18.1_linux_amd64/bin/gh
|
GH=gh_2.21.1_linux_amd64/bin/gh
|
||||||
wget https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_linux_amd64.tar.gz
|
wget https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_linux_amd64.tar.gz
|
||||||
tar xfz gh_2.18.1_linux_amd64.tar.gz
|
tar xfz gh_2.21.1_linux_amd64.tar.gz
|
||||||
|
|
||||||
echo ${{ secrets.GITHUB_TOKEN }} | $GH auth login --with-token
|
echo ${{ secrets.GITHUB_TOKEN }} | $GH auth login --with-token
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user