Skip to content

chore(ci): remove dead upstream publish.yml workflow#14

Merged
Astro-Han merged 1 commit into
devfrom
worktree-chore-remove-publish-yml
Apr 17, 2026
Merged

chore(ci): remove dead upstream publish.yml workflow#14
Astro-Han merged 1 commit into
devfrom
worktree-chore-remove-publish-yml

Conversation

@Astro-Han

Copy link
Copy Markdown
Owner

Summary

  • publish.yml is upstream OpenCode code inherited at fork time. 4/5 jobs are gated by if: github.repository == 'anomalyco/opencode'; build-tauri skips because its needs are gated; the publish job would crash on the missing ./.github/actions/setup-bun / setup-git-committer composite actions and Azure Trusted Signing secrets we never configured.
  • Zero historical runs on this repo (gh run list --workflow=publish.yml is empty). Release builds already go through build.yml.
  • No other file references it — only self-references in its own cache keys.

Test plan

  • Actions tab no longer lists a publish workflow after merge
  • ci.yml still runs on push / PR unchanged
  • build.yml (manual dispatch) still available for macOS release builds

Inherited from OpenCode fork. Four of five jobs are gated by
`if: github.repository == 'anomalyco/opencode'`; the remaining
build-tauri skips because its `needs` are gated, and the publish
job would crash on the missing `./.github/actions/setup-bun` /
`setup-git-committer` composite actions and Azure Trusted Signing
secrets PawWork does not have.

PawWork's release flow runs through build.yml (macOS notarization);
publish.yml has zero workflow runs on this repo and no other file
references it. Drop it to stop the confusion.
@Astro-Han Astro-Han merged commit e608749 into dev Apr 17, 2026
1 of 2 checks passed
@Astro-Han Astro-Han deleted the worktree-chore-remove-publish-yml branch April 17, 2026 13:14
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.

1 participant