From e067abcd6162e0fb11e4216ab249f51f9bc78669 Mon Sep 17 00:00:00 2001 From: yetone Date: Wed, 4 Jun 2025 03:27:10 +0800 Subject: [PATCH] chores(ci): change release name (#2137) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fa3c7ca..53e5e8d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # ratchet:ncipollo/release-action@v1 with: draft: true - name: ${{ steps.get_version.outputs.version }} + name: "avante-libs ${{ steps.get_version.outputs.version }}" tag: ${{ steps.get_version.outputs.version }} body: "${{ steps.tag.outputs.message }}"