diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bccd27c..81a859d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: # draft: true # Can uncomment this if you want to keep it a draft, but I find it more useful to auto-publish the release on each PR merge. token: ${{ secrets.GITHUB_TOKEN }} # name: "${{ steps.tag.outputs.tag }}: [title-edit-me] by:${{ github.actor }}" # Uncomment if you go the draft route, otherwise it defaults to the tag name (i.e. 1.67.0) - tag_name: ${{ steps.tag_version.outputs.new_tag }} + tag_name: ${{ steps.tag.outputs.new_tag }} generate_release_notes: true prerelease: false