From b144bc291b7f33444c6327459eefc84b75495c13 Mon Sep 17 00:00:00 2001 From: Takuma Tateishi <39856622+T-taku@users.noreply.github.com> Date: Wed, 1 May 2024 13:52:20 +0900 Subject: [PATCH] Update auto-release.yml --- .github/workflows/auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 65be6d9..e716b04 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -25,6 +25,6 @@ jobs: uses: softprops/action-gh-release@v2 with: target_commitish: ${{ github.sha }} - name: Auto Release ${{ env.SHORT_SHA }} + name: Release ${{ env.SHORT_SHA }} tag_name: ${{ env.SHORT_SHA }} body_path: changelog.md