Skip to content

Commit

Permalink
Don't upload as drafts, but put them as prereleases
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Samsagax committed Aug 20, 2023
1 parent a702855 commit 283a29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
name: linux-chimeraos-${{needs.build-kernel.outputs.full_version}}
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
draft: false
prerelease: true
fail_on_unmatched_files: true
files: |
Expand Down

0 comments on commit 283a29b

Please sign in to comment.