From 1fe8bc1d5a0dc701bdc7c6ce75fd2833130430a8 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:43:59 +0900 Subject: [PATCH] Override latest-commit's body with corresponding commit --- .github/workflows/GnuTests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 7e89f74..10cbedc 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -55,6 +55,8 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' with: tag_name: latest-commit + body: | + commit: ${{ github.sha }} draft: false prerelease: true files: |