fix(ci): publish nightly releases from deploy workflow #155
No reviewers
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic!155
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/nightly-under-deploy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The tmux-mosaic nightly release workflow publishes tags/releases, but its status context appears under Nightly Release instead of the deploy namespace. It also only runs on schedule/manual dispatch, while vimdoc-language-server publishes a nightly release for each main-branch push.
Solution
Move the nightly release status under the deploy namespace and trigger it on main pushes:
The existing release script behavior is unchanged; it still waits for quality and remains idempotent when the current nightly is already published.
Verification