fix: update stale provider-agent references in release workflow#2
Open
podthesquire wants to merge 1 commit into
Open
fix: update stale provider-agent references in release workflow#2podthesquire wants to merge 1 commit into
podthesquire wants to merge 1 commit into
Conversation
The crate was renamed from provider-agent to usepod-agent (v0.2.1), but two references in the release workflow still used the old name: - The workflow description comment - The GitHub Release name (would mislabel releases)
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.
Auto-Review Fixes
During the automated review of commit a5d08d0 (v0.2.1: upgrade subcommand, operator skill, crates.io rename), two stale
provider-agentreferences were found in the release workflow that were missed during the rename.Fixed
.github/workflows/release.yml:1— Comment still said "Build provider-agent binaries".github/workflows/release.yml:178— GitHub Release name would have been mislabeled as "provider-agent vX.Y.Z" instead of "usepod-agent vX.Y.Z"Reviewed But Clean
The actual functionality (upgrade subcommand, Claude Code skill, Cargo.toml rename, README update) all look correct.