You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use remove+install --pin in upgrade retry path to support prerelease repos
The `gh extension upgrade --force` retry was failing with "unable to retrieve
latest version for extension 'aw'" because the gh CLI uses /releases/latest
internally, which returns 404 for prerelease-only repos.
Change the retry to use `gh extension remove` + `gh extension install --pin VERSION`
which calls fetchReleaseFromTag (not fetchLatestRelease) and works with any tag.
Also extract `extensionRepo` constant to avoid duplicating "github/gh-aw".
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/fac75fb6-53df-4321-bf1a-374951416e41
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
0 commit comments