Update release.yaml
This commit is contained in:
parent
394e8fb6f1
commit
397576a9ba
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -73,7 +73,7 @@ jobs:
|
|||||||
echo ${{ secrets.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
|
||||||
|
|
||||||
cd bromite
|
cd bromite
|
||||||
VERSION=v$(cat ./build/RELEASE)-${{ github.event.inputs.build }}
|
VERSION=v$(cat ${{ env.OUTPUTFILE }}/RELEASE)-${{ github.event.inputs.build }}
|
||||||
gh_2.4.0_linux_amd64/bin/gh release create $VERSION \
|
gh_2.4.0_linux_amd64/bin/gh release create $VERSION \
|
||||||
$APK --notes ""
|
$APK --notes ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user