Skip to content

Commit

Permalink
github: mark auto-generated release as draft (#1027)
Browse files Browse the repository at this point in the history
Marks the auto-generated release as draft allowing manual editing before publishing the release.

category: misc
ticket: none
  • Loading branch information
corverroos authored Aug 23, 2022
1 parent ac120f0 commit 2fc2605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- run: go run testutil/genchangelog/main.go
- uses: softprops/action-gh-release@v1
with:
draft: true
files: cli-reference.txt
body_path: changelog.md
token: ${{ secrets.RELEASE_SECRET }}

0 comments on commit 2fc2605

Please sign in to comment.