Skip to content

Commit

Permalink
Revert "github: mark next releases always as pre-release"
Browse files Browse the repository at this point in the history
This reverts commit e69d09e.
  • Loading branch information
grische committed Jan 1, 2025
1 parent cbcf412 commit dde296c
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 @@ -90,7 +90,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: true # "next" should always be a pre-release
prerelease: false
# 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 dde296c

Please sign in to comment.