From ce15b7867f5eceec6d2bf6a9d37504ec00c495ac Mon Sep 17 00:00:00 2001 From: Pantelis <85220850+Pantelis-Santorinios@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:35:58 +0100 Subject: [PATCH] Making the release title an input --- .github/workflows/build-release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index fac4433..9442685 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -11,7 +11,10 @@ on: description: "Tag" default: "latest" required: true - + title: + description: "Release Title" + default: "The-Power-UI" + required: true jobs: build: runs-on: macos-latest @@ -38,6 +41,6 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "${{ inputs.tag }}" prerelease: "${{ inputs.pre-release }}" - title: "Initial build" + title: "${{ inputs.title }}" files: | the-power-ui.app.tar.gz