Skip to content

Fix double beta release and wrong release channel detection - #16

Merged
DanderBot merged 1 commit into
DanderBot:mainfrom
riyuk:fix/ci-double-trigger
Feb 22, 2026
Merged

Fix double beta release and wrong release channel detection#16
DanderBot merged 1 commit into
DanderBot:mainfrom
riyuk:fix/ci-double-trigger

Conversation

@riyuk

@riyuk riyuk commented Feb 20, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #7.

Double release: nightly-beta.yml creates the tag via API with PAT_TOKEN, which already triggers release.yml through on: push: tags. The additional gh workflow run call caused a second identical build.

Wrong channel: git describe --exact-match --tags HEAD is ambiguous when multiple tags point to the same commit (e.g. v4.0.5 and v4.0.5-beta.1). The tag is now passed explicitly from the CI context via OVERRIDE_TAG.

@DanderBot
DanderBot merged commit 612e1e5 into DanderBot:main Feb 22, 2026
Krathe82 pushed a commit to Krathe82/DandersFrames that referenced this pull request Jun 6, 2026
Fix double beta release and wrong release channel detection
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.

2 participants