Skip to content

Commit

Permalink
Use the correct ID
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-stackhouse committed Apr 12, 2024
1 parent fce3da2 commit 1ee8655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ee8655

Please sign in to comment.