diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b12096c..df3a0cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -246,7 +246,7 @@ jobs: uses: actions/create-release@v1 with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: ${{ github.ref }} body: ${{ steps.build_changelog.outputs.changelogs }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}