From a1303dbae9874b6b8e664a4727748bde976a4923 Mon Sep 17 00:00:00 2001 From: Ladislav Sulak Date: Tue, 4 Jun 2024 16:47:46 +0200 Subject: [PATCH] #201: tiny improvement (#203) --- .github/workflows/release_draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index ae64538f2..164c4e5d2 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -70,7 +70,7 @@ jobs: const tag = core.getInput('tag-name') const ref = `refs/tags/${tag}`; const sha = context.sha; // The SHA of the commit to tag - const tagMessage = 'Releasing new version'; + const tagMessage = `${tag} released by GitHub Action`; const tagObject = await github.rest.git.createTag({ owner: context.repo.owner,