diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 651af70d134..611cbf25339 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -77,6 +77,7 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true + omitNameDuringUpdate: true name: ${{ steps.release_info.outputs.release_version }} tag: ${{ github.ref }} body: ${{ env.release_body }}