Skip to content

fix(ci): attach assets when release changed from draft to published#332

Merged
Andrey Kolkov (androndo) merged 1 commit into
cozystack:mainfrom
androndo:fix/ci-on-release-published
Jun 12, 2026
Merged

fix(ci): attach assets when release changed from draft to published#332
Andrey Kolkov (androndo) merged 1 commit into
cozystack:mainfrom
androndo:fix/ci-on-release-published

Conversation

@androndo

@androndo Andrey Kolkov (androndo) commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

Release flow:

  1. Megre PR's → drafter collects draft with changes.
  2. Push version tag vX.Y.Z → build image and helm chart into GHCR.
  3. When draft release (tag vX.Y.Z) become published → release-assets builds and attached to the release.

Summary by CodeRabbit

  • Chores
    • Updated release workflow to attach generated install manifests when a release is published (instead of at creation), and clarified header comments documenting release-attachment behavior and backfill path.

@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 024cdf89-39aa-4571-8d54-2a5fb685dd68

📥 Commits

Reviewing files that changed from the base of the PR and between 949ede5 and d20927b.

📒 Files selected for processing (1)
  • .github/workflows/release-assets.yml
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/release-assets.yml

📝 Walkthrough

Walkthrough

This PR changes the GitHub Actions release workflow to attach generated install manifests when a release is published rather than when it is created, and updates header comments to document the new behavior and workflow_dispatch backfill path.

Changes

Release Workflow Event Trigger

Layer / File(s) Summary
Release trigger event and documentation
.github/workflows/release-assets.yml
Changed the release-assets workflow on.release.types from created to published and updated header comments to document the attachment behavior and workflow_dispatch backfill path.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

A rabbit hops through CI tonight,
Waiting till publish to get it right.
Manifests cling when the bell is rung,
Workflow sings, the release is sprung. 🐇✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the CI workflow to attach assets when a release transitions from draft to published status.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@androndo Andrey Kolkov (androndo) changed the title fix(ci): attach assets when release changed form draft to published fix(ci): attach assets when release changed from draft to published Jun 12, 2026
Signed-off-by: Andrey Kolkov <androndo@gmail.com>
@androndo Andrey Kolkov (androndo) force-pushed the fix/ci-on-release-published branch from 949ede5 to d20927b Compare June 12, 2026 09:22
@androndo Andrey Kolkov (androndo) merged commit 6435bc4 into cozystack:main Jun 12, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants