Nicer Release Formatting
minecraft-pi-reborn/pipeline/head Something is wrong with the build of this commit Details
Build / build (push) Successful in 1h36m19s Details

This commit is contained in:
TheBrokenRail 2023-09-21 12:55:40 -04:00
parent a8835153b0
commit c0cd9b8b1f
1 changed files with 3 additions and 1 deletions

View File

@ -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)"