From e42f1f006b2bd310b4ea6a288947824700559938 Mon Sep 17 00:00:00 2001 From: Lorraxs Date: Sun, 24 Mar 2024 06:56:44 +0700 Subject: [PATCH] test --- .github/workflows/autorelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 5a95855..ab041d6 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -34,7 +34,7 @@ jobs: - uses: 'marvinpinto/action-automatic-releases@latest' with: repo_token: '${{ secrets.GITHUB_TOKEN }}' - title: ${{ github.event.head_commit.message }} + title: 'v${{ steps.versioning.outputs.tag }}' automatic_release_tag: ${{ steps.versioning.outputs.tag }} prerelease: false files: |