From 64df7a0a7307ad442fb7ab5ad388dc896bc438cd Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 25 Mar 2022 11:22:15 +0100 Subject: [PATCH] mark the release as a prerelease --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 67f3cb0..980308d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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