Skip to content

Commit cf38bfd

Browse files
Remove commented-out lines in the release workflow
1 parent c092e52 commit cf38bfd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
- name: automatic-release
3434
uses: softprops/action-gh-release@v2.0.0
3535
with:
36-
# 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.
3736
token: ${{ secrets.GITHUB_TOKEN }}
38-
# 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)
3937
tag_name: ${{ steps.tag.outputs.new_tag }}
4038
generate_release_notes: true
4139
prerelease: false

0 commit comments

Comments
 (0)