Skip to content

Commit

Permalink
Publish releases as draft
Browse files Browse the repository at this point in the history
This will give me the opportunity to write proper release notes before the emails go out.
  • Loading branch information
romainguy authored Sep 4, 2024
1 parent 505e422 commit f93921c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create "${{ github.ref_name }}" **/*.dmg -t "${{ github.ref_name }}" --generate-notes
gh release create "${{ github.ref_name }}" **/*.dmg -t "${{ github.ref_name }}" --draft --generate-notes

1 comment on commit f93921c

@Goooler
Copy link
Contributor

@Goooler Goooler commented on f93921c Sep 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.