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 }}"