Skip to content

ci: remove stale upstream publish.yml - #3

Merged
mattwilkinsonn merged 1 commit into
mainfrom
compass-ui/rig-2187-rm-stale-publish
Aug 22, 2026
Merged

ci: remove stale upstream publish.yml#3
mattwilkinsonn merged 1 commit into
mainfrom
compass-ui/rig-2187-rm-stale-publish

Conversation

@rigel-mintaka

Copy link
Copy Markdown
Collaborator

The original upstream (andi23rosca) semantic-release publish workflow
triggers on every push to main and now hard-fails at setup: pnpm/action-setup@v2
with version: latest resolves pnpm 11.x, which requires Node >= 22.13, while
the workflow pins actions/setup-node@v3 to node 18. Every push to main therefore
shows a red Publish check.

The workflow is a stale artifact: it runs npx semantic-release against the old
upstream config and could never publish the scoped @rigelbuild/solid-markdown
package. It is not a required status context (the main ruleset gates on CI
only), so the failure is cosmetic — but it reddens main on every push.

The RIG-2187 react-markdown-10 fork PR supplies the replacement: a tag-driven,
dist-tag-aware scoped publish workflow. Delete the stale one now so main is
green; the replacement lands with that PR.

Refs RIG-2187

Co-authored-by: Matt Wilkinson matt@rigel.build

The original upstream (andi23rosca) semantic-release publish workflow
triggers on every push to main and now hard-fails at setup: pnpm/action-setup@v2
with `version: latest` resolves pnpm 11.x, which requires Node >= 22.13, while
the workflow pins actions/setup-node@v3 to node 18. Every push to main therefore
shows a red `Publish` check.

The workflow is a stale artifact: it runs `npx semantic-release` against the old
upstream config and could never publish the scoped `@rigelbuild/solid-markdown`
package. It is not a required status context (the main ruleset gates on `CI`
only), so the failure is cosmetic — but it reddens main on every push.

The RIG-2187 react-markdown-10 fork PR supplies the replacement: a tag-driven,
dist-tag-aware scoped publish workflow. Delete the stale one now so main is
green; the replacement lands with that PR.

Refs RIG-2187

Co-authored-by: Matt Wilkinson <matt@rigel.build>
@linear-code

linear-code Bot commented Aug 21, 2026

Copy link
Copy Markdown

RIG-2187

@rigel-mintaka
rigel-mintaka marked this pull request as ready for review August 21, 2026 22:09
@mattwilkinsonn
mattwilkinsonn merged commit 25a71f6 into main Aug 22, 2026
1 check passed
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