Update release.yaml

This commit is contained in:
uazo 2022-01-17 17:20:21 +01:00 committed by GitHub
parent 2aa199eecf
commit a92ed02b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ jobs:
wget https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_amd64.tar.gz
tar xfz gh_2.4.0_linux_amd64.tar.gz
echo $GITHUB_TOKEN | gh_2.4.0_linux_amd64/bin/gh auth login --with-token
echo ${{ secrets.GITHUB_TOKEN }} | gh_2.4.0_linux_amd64/bin/gh auth login --with-token
VERSION=v$(cat ${{ env.OUTPUTFILE }}/RELEASE)-${{ github.event.inputs.build }}
gh_2.4.0_linux_amd64/bin/gh release create $VERSION \