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