From cf38bfd6e905aa5bea1ad3c510f6840258426a23 Mon Sep 17 00:00:00 2001 From: Gabriel Stackhouse Date: Thu, 27 Jun 2024 15:37:36 -0500 Subject: [PATCH] Remove commented-out lines in the release workflow --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81a859dd..474fdf81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,9 +33,7 @@ jobs: - name: automatic-release uses: softprops/action-gh-release@v2.0.0 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