From 4a3a5b7fbd3c08f325f295c4201273b3d3202587 Mon Sep 17 00:00:00 2001 From: Yoshikawa Taiki Date: Sun, 2 Nov 2025 21:18:54 +0900 Subject: [PATCH] ci: fix missing tag variable in release note generation Signed-off-by: Yoshikawa Taiki --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9f465ffc..2ee917df 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,6 +33,7 @@ jobs: run: sha256sum /tmp/SHA256SUMS - name: "Prepare the release note" run: | + tag="${GITHUB_REF##*/}" shasha=$(sha256sum /tmp/SHA256SUMS | awk '{print $1}') cat << EOF | tee /tmp/release-note.txt #### Changes