diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9eb0cef6..004c587b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,5 @@ name: publish +run-name: "${{ format('v{0}', inputs.version) }}" on: workflow_dispatch: diff --git a/script/release b/script/release index 7fa4edeb..b8587c2b 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" -f title="$new_version" +gh workflow run publish.yml -f version="$new_version"