diff --git a/.github/workflows/package-release.yaml b/.github/workflows/package-release.yaml index 58f1dbd..d338ffc 100644 --- a/.github/workflows/package-release.yaml +++ b/.github/workflows/package-release.yaml @@ -136,7 +136,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ steps.increment_tag.outputs.tag_name }} - name: Release ${{ steps.increment_tag.outputs.tag_name }} + release_name: Release ${{ steps.increment_tag.outputs.tag_name }} body: | Release ${{ steps.increment_tag.outputs.tag_name }} -------------------------------