From c0cd9b8b1f4c595d01a1959d4eaf3cc4c3c00cb3 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Thu, 21 Sep 2023 12:55:40 -0400 Subject: [PATCH] Nicer Release Formatting --- .gitea/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 962eda4..c80772f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -33,6 +33,7 @@ jobs: path: ./out/*.AppImage* - name: Setup Go uses: actions/setup-go@v4 + if: startsWith(github.ref, 'refs/tags/') with: go-version: '>=1.20.1' - name: Create Release @@ -41,4 +42,5 @@ jobs: with: files: ./out/*.AppImage* api_key: ${{ secrets.RELEASE_TOKEN }} - draft: true + title: v${{ github.ref_name }} + body: "[View Changelog](https://gitea.thebrokenrail.com/minecraft-pi-reborn/minecraft-pi-reborn/src/branch/master/docs/CHANGELOG.md)"