From 6c276f267fb3633fb3873d4abaeb6ced43b3a38a Mon Sep 17 00:00:00 2001 From: Exzap <13877693+Exzap@users.noreply.github.com> Date: Wed, 31 Aug 2022 06:32:27 +0200 Subject: [PATCH] Keep release text empty for now --- .github/workflows/deploy_experimental.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_experimental.yml b/.github/workflows/deploy_experimental.yml index b686566c..32000986 100644 --- a/.github/workflows/deploy_experimental.yml +++ b/.github/workflows/deploy_experimental.yml @@ -63,4 +63,4 @@ jobs: wget -O ghr.tar.gz https://github.com/tcnksm/ghr/releases/download/v0.15.0/ghr_v0.15.0_linux_amd64.tar.gz tar xvzf ghr.tar.gz; rm ghr.tar.gz echo "[INFO] Release tag: v${{ env.CEMU_VERSION }}" - ghr_v0.15.0_linux_amd64/ghr -prerelease -t ${{ secrets.GITHUB_TOKEN }} -n "Cemu ${{ env.CEMU_VERSION }} (Experimental)" -b "Changelog is currently not available for experimental releases" "v${{ env.CEMU_VERSION }}" ./upload + ghr_v0.15.0_linux_amd64/ghr -prerelease -t ${{ secrets.GITHUB_TOKEN }} -n "Cemu ${{ env.CEMU_VERSION }} (Experimental)" -b "" "v${{ env.CEMU_VERSION }}" ./upload