From b93eb3be46e3c4f1cc33c9f62b5a21559d91782d Mon Sep 17 00:00:00 2001 From: MGPOCKY Date: Sat, 1 Aug 2026 05:27:12 +0000 Subject: [PATCH] ci: name publish commit-message step for readability --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c0fba5ab3..cfb8716098 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,8 @@ jobs: with: fetch-depth: 0 - - id: get_commit_message + - name: Resolve commit message + id: get_commit_message run: | if [ -n "${{ github.event.head_commit.message }}" ] then