feature(CI): update release workflow to refresh README asset links - #15
Merged
Conversation
Copilot
AI
commented
Apr 1, 2026
Contributor
- Inspect release workflow, README links, and repository test/build commands
- Run existing build/tests to establish baseline
- Update the release workflow to refresh README release/binary links to the published tag
- Re-run relevant validation
- Open a pull request
Agent-Logs-Url: https://github.com/aperiodic-io/cli/sessions/38b74afd-5923-4e59-bff2-fa066c5e27f0 Co-authored-by: almostintuitive <5416288+almostintuitive@users.noreply.github.com>
Agent-Logs-Url: https://github.com/aperiodic-io/cli/sessions/38b74afd-5923-4e59-bff2-fa066c5e27f0 Co-authored-by: almostintuitive <5416288+almostintuitive@users.noreply.github.com>
Agent-Logs-Url: https://github.com/aperiodic-io/cli/sessions/38b74afd-5923-4e59-bff2-fa066c5e27f0 Co-authored-by: almostintuitive <5416288+almostintuitive@users.noreply.github.com>
Agent-Logs-Url: https://github.com/aperiodic-io/cli/sessions/38b74afd-5923-4e59-bff2-fa066c5e27f0 Co-authored-by: almostintuitive <5416288+almostintuitive@users.noreply.github.com>
Agent-Logs-Url: https://github.com/aperiodic-io/cli/sessions/38b74afd-5923-4e59-bff2-fa066c5e27f0 Co-authored-by: almostintuitive <5416288+almostintuitive@users.noreply.github.com>
Agent-Logs-Url: https://github.com/aperiodic-io/cli/sessions/38b74afd-5923-4e59-bff2-fa066c5e27f0 Co-authored-by: almostintuitive <5416288+almostintuitive@users.noreply.github.com>
Agent-Logs-Url: https://github.com/aperiodic-io/cli/sessions/38b74afd-5923-4e59-bff2-fa066c5e27f0 Co-authored-by: almostintuitive <5416288+almostintuitive@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
almostintuitive
April 1, 2026 18:29
View session
almostintuitive
marked this pull request as ready for review
April 1, 2026 18:37
2 tasks
almostintuitive
added a commit
that referenced
this pull request
Aug 19, 2026
…es (#18) ## Summary - `ci.yml`'s `release` job already builds every OS/arch binary and publishes the GitHub release on tag push. - `release-assets.yml` also triggers on `release: published`, rebuilding the same binaries and trying to upload them again — which GitHub now rejects once a release is published ("Cannot upload asset ... to an immutable release"), as seen in [run #32262281202](https://github.com/aperiodic-io/cli/actions/runs/32262281202). - The only part of `release-assets.yml` that isn't redundant is the README release-link update (added in #15), so this trims the workflow down to just that. ## Test plan - [ ] Push a new tag (or trigger `workflow_dispatch` with an existing tag) and confirm `release-assets.yml` only updates README links, without attempting a duplicate asset upload - [ ] Confirm `ci.yml`'s release job still publishes assets successfully
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.