Skip to content

Commit

Permalink
ci: publish a release as a draft
Browse files Browse the repository at this point in the history
Otherwise, people may get notified too early.
  • Loading branch information
vincentbernat committed Aug 21, 2021
1 parent cd5c1a6 commit a818d64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body_path: release.md
draft: true
files: |
*.tar.gz
*.pkg
Expand Down

0 comments on commit a818d64

Please sign in to comment.