From da17987a850d1185314d22fbbe292777e0aa96e6 Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Tue, 8 Oct 2024 09:17:15 +0900 Subject: [PATCH] .github: Set dynamc run-name to distinguish package name --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa333a2..42680d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,8 @@ on: - autoconf - devcontainer +run-name: "Release: ${{ inputs.package }}" + jobs: release-to-ghcr: concurrency: