Skip to content

Commit

Permalink
Making the release title an input
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantelis-Santorinios authored Dec 14, 2023
1 parent 1801a92 commit ce15b78
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit ce15b78

Please sign in to comment.