diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index e0d5576..81916a5 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -30,7 +30,7 @@ runs: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} with: tag_name : ${{ inputs.tag }} - release_name : Release ${{ inputs.tag }} + release_name : ${{ inputs.tag }} body : '' draft : true prerelease : false