Nicer Release Formatting
This commit is contained in:
parent
a8835153b0
commit
c0cd9b8b1f
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user