Skip to content

Conversation

ditwrd
Copy link

@ditwrd ditwrd commented Aug 23, 2025

There's been a few case where AUR, Homebrew or other package repo are linking to an unreleased version of opencode, this is usually caused by build failing on one of the steps where the componenet before it has been publish

This PR try fix to this "half-release" state by changing the order of build and publish

Before:
Build opencode --> Publish Opencode --> Build sdk --> Publish sdk --> Build plugin --> Publish plugin --> Github Release

After;
Build opencode --> Build sdk --> Build plugin --> Publish Opencode --> Publish sdk --> Publish plugin --> Github Release

@ditwrd
Copy link
Author

ditwrd commented Aug 23, 2025

More info can be found on #2189

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants