Skip to content

Commit

Permalink
Release drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
braheezy committed Jul 20, 2024
1 parent 425d7c8 commit e193f08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,12 @@ jobs:
- uses: actions/download-artifact@v4

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
*/goqoa-linux
*/goqoa.exe
*/goqoa-mac
generate_release_notes: true
draft: true
fail_on_unmatched_files: true

0 comments on commit e193f08

Please sign in to comment.