diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a5a74bc..9eb0cef6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,6 +7,10 @@ on: description: "Version to publish" required: true type: string + title: + description: "Custom title for this run" + required: false + type: string concurrency: ${{ github.workflow }}-${{ github.ref }} diff --git a/script/release b/script/release index 631cd5a7..7fa4edeb 100755 --- a/script/release +++ b/script/release @@ -38,5 +38,5 @@ fi echo "New version: $new_version" -gh workflow run publish.yml -f version="$new_version" +gh workflow run publish.yml -f version="$new_version" -f title="$new_version"