X Tutup
Skip to content

Fix/separate publish script to prevent half release#2201

Closed
ditwrd wants to merge 3 commits intoanomalyco:devfrom
ditwrd:fix/separate-publish-script-to-prevent-half-release
Closed

Fix/separate publish script to prevent half release#2201
ditwrd wants to merge 3 commits intoanomalyco:devfrom
ditwrd:fix/separate-publish-script-to-prevent-half-release

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

@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2026

Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR.

@github-actions github-actions bot closed this Feb 2, 2026
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

X Tutup