mark the release as a prerelease

This commit is contained in:
uazo 2022-03-25 11:22:15 +01:00 committed by GitHub
parent aede203911
commit 64df7a0a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ jobs:
cd bromite
VERSION=v$(cat ${{ env.OUTPUTFILE }}/RELEASE)-${{ github.event.inputs.build }}
../gh_2.4.0_linux_amd64/bin/gh release create $VERSION-$BROMITE_SHA \
../$APK --notes ""
../$APK --notes "" -p
# - name: Enable proxy on container
# shell: bash