From cd5aa33938b4eae2fe3cefedd48c2d97feca6a62 Mon Sep 17 00:00:00 2001 From: Curtion Date: Mon, 6 May 2024 16:22:43 +0800 Subject: [PATCH] chore: release --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8633e17..88b24f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,11 +15,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref_name }} run: | - commits_log=$(git log --pretty=format:"- %s" HEAD~1..HEAD) gh release create "$tag" \ --repo="$GITHUB_REPOSITORY" \ - --title="${tag}" \ - -n "$commits_log" + --title="${tag}" build: runs-on: ubuntu-latest