fix: wire Winget automation into release pipeline#551
Open
pascalandr wants to merge 3 commits into
Open
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.
|
Collaborator
|
@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.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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