Skip to content

Commit

Permalink
Remove commented-out lines in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-stackhouse committed Jun 27, 2024
1 parent c092e52 commit cf38bfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
- name: automatic-release
uses: softprops/[email protected]
with:
# 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.outputs.new_tag }}
generate_release_notes: true
prerelease: false
Expand Down

0 comments on commit cf38bfd

Please sign in to comment.