Skip to content

Commit

Permalink
github: mark next releases always as pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Nov 21, 2023
1 parent e46441b commit e69d09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# Note: If there is no release name specified, releases created in
# the GitHub UI do not trigger a failure and are modified instead.
draft: false
prerelease: false
prerelease: true # "next" should always be a pre-release
# Note: Release notes are only auto-generated if the release was
# created by the Github Action and was not created in the Github UI.
generate_release_notes: true
Expand Down

0 comments on commit e69d09e

Please sign in to comment.