Skip to content

CE: Fix desktop release prerelease tag detection#292

Merged
ericflo merged 1 commit intomainfrom
ce/fix-prerelease-detection
Apr 15, 2026
Merged

CE: Fix desktop release prerelease tag detection#292
ericflo merged 1 commit intomainfrom
ce/fix-prerelease-detection

Conversation

@ericflo
Copy link
Copy Markdown
Owner

@ericflo ericflo commented Apr 15, 2026

What

Fix prerelease detection so desktop-v* tags are not incorrectly marked as prerelease.

Why

The current condition uses contains(ref_name, "-") which always matches desktop-v* tags due to the hyphen between desktop and v. Now only -alpha, -beta, and -rc suffixes trigger the prerelease flag.

@ericflo ericflo merged commit 769f19c into main Apr 15, 2026
8 of 12 checks passed
@ericflo ericflo deleted the ce/fix-prerelease-detection branch April 15, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant