Update release.yaml

This commit is contained in:
uazo
2022-01-19 08:23:03 +01:00
committed by GitHub
parent aeccb9578f
commit 489ae12c5c

View File

@@ -73,7 +73,7 @@ jobs:
cd bromite cd bromite
VERSION=v$(cat ${{ env.OUTPUTFILE }}/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-$BROMITE_SHA \
../$APK --notes "" ../$APK --notes ""
# - name: Enable proxy on container # - name: Enable proxy on container