Prerelease gets proper title.

This commit is contained in:
Sean E. Russell 2020-03-06 14:11:37 -06:00
parent be42ba538c
commit 744fb730ea
2 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ steps.tag_name.outputs.tag }}"
draft: true
title: "Release candidate"
title: "${{ steps.tag_name.output.tag }} release candidate"
files: |
.release/*.tgz
.release/*.zip

View File

@ -29,3 +29,5 @@ jobs:
repository: xxxserxxx/gotop-linux
event-type: my-release
client-payload: '{"tag": "${{ steps.tag_name.outputs.tag }}"}'
# TODO: Build the plugins too