[PR #2201] Fix/separate publish script to prevent half release #10233

Closed
opened 2026-02-16 18:14:51 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/2201

State: closed
Merged: No


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

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2201 **State:** closed **Merged:** No --- 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
yindo added the pull-request label 2026-02-16 18:14:51 -05:00
yindo closed this issue 2026-02-16 18:14:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10233