Skip to content

ci: make each package publish step independent#25

Merged
amondnet merged 1 commit into
mainfrom
ci/independent-publish-steps
Jun 2, 2026
Merged

ci: make each package publish step independent#25
amondnet merged 1 commit into
mainfrom
ci/independent-publish-steps

Conversation

@amondnet
Copy link
Copy Markdown
Contributor

@amondnet amondnet commented Jun 2, 2026

Publish steps default to an implicit success() gate, so prettier-config's failed publish skipped the @pleaseai/code-style step entirely (it never ran). Add !cancelled() to each step so a sibling package's failure no longer blocks the rest.

Context: in the last publish_only run, @pleaseai/eslint-config@0.0.4 published fine, but @pleaseai/prettier-config failed (E404 — OIDC trusted publishing can't create a never-before-published package) which skipped @pleaseai/code-style@0.0.3. This unblocks code-style; prettier-config's first publish is handled separately.

Steps default to an implicit success() gate, so prettier-config's failed
publish skipped the code-style step entirely. Add !cancelled() so each
package publishes regardless of a sibling's outcome.
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@amondnet amondnet merged commit f0520d0 into main Jun 2, 2026
1 check passed
@amondnet amondnet deleted the ci/independent-publish-steps branch June 2, 2026 01:48
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