[PR #3788] fix(publish): Fetch tags from origin before creating GitHub release #10761

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

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

State: closed
Merged: No


A few publishes have failed in cases where "tag exists locally but not on remote", if another fetch is performed it should update local->remote tag references. The push should handle this already but it can't hurt to have it explicitly update right?

I also thought that it could be a timing issue or a problem with the gh command itself (if it uses some other method to check remote tags).

If I'm completely wrong, apologies for wasting your time.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/3788 **State:** closed **Merged:** No --- A few publishes have failed in cases where "tag exists locally but not on remote", if another fetch is performed it should update local->remote tag references. The push should handle this already but it can't hurt to have it explicitly update right? I also thought that it could be a timing issue or a problem with the `gh` command itself (if it uses some other method to check remote tags). If I'm completely wrong, apologies for wasting your time.
yindo added the pull-request label 2026-02-16 18:15:30 -05:00
yindo closed this issue 2026-02-16 18:15:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10761