fix: wire Winget automation into release pipeline#551
Conversation
Run the Winget updater from the reusable stable release workflow instead of waiting for a separate release.published event. This matches the current release pipeline, where GitHub Actions creates the release with GITHUB_TOKEN and does not fan out a second workflow run. Keep the existing asset polling and Winget submission logic in place, but add release-metadata resolution and a manual workflow_dispatch fallback so maintainers can rerun the job for an existing stable tag when needed. Update the maintainer guide and attach an evidence packet with YAML validation, live release metadata checks, a live asset-resolution run against upstream v0.17.0, and the current nomadworks_validate tool failure for traceability.
|
PR builds are available as GitHub Actions artifacts: https://github.com/NeuralNomadsAI/CodeNomad/actions/runs/27435600072 Artifacts expire in 7 days. |
|
PR builds are available as GitHub Actions artifacts: https://github.com/NeuralNomadsAI/CodeNomad/actions/runs/27435791473 Artifacts expire in 7 days.
|
1 similar comment
|
PR builds are available as GitHub Actions artifacts: https://github.com/NeuralNomadsAI/CodeNomad/actions/runs/27435791473 Artifacts expire in 7 days.
|
|
@pascalandr - Unwanted files in the PR |
|
PR builds are available as GitHub Actions artifacts: https://github.com/NeuralNomadsAI/CodeNomad/actions/runs/27450668970 Artifacts expire in 7 days.
|
sorry... |
|
I want you to perform the gatekeeper checks for latest PR state check for regressions |
|
Gatekeeper review for latest PR state complete. Findings No blocking regressions found. What I checked
Validation run
Non-blocking quality notes
Gatekeeper verdict Approved from a regression/code-quality standpoint. The implementation is scoped, fixes the -- |
Summary
release.publishedworkflowValidation
git diff --check origin/dev...HEADnode --check scripts/winget/resolve-release-asset.cjsnode scripts/winget/resolve-release-asset.cjs --helpv0.17.0Notes
GITHUB_TOKENdoes not fan out into a second workflow run