Skip to content

Conversation

@kagol
Copy link
Member

@kagol kagol commented Jan 10, 2026

PR

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our Commit Message Guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Summary by CodeRabbit

  • Chores
    • Simplified build workflows by removing artifact uploading and publishing automation steps.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 10, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

Two GitHub Actions workflows have been modified to remove publishing functionality. The Publish job and associated artifact upload/download steps were deleted from both auto-publish.yml and dispatch-publish.yml, eliminating npm publishing from the automated release pipeline.

Changes

Cohort / File(s) Summary
CI/CD workflow simplification
\.github/workflows/auto-publish.yml, \.github/workflows/dispatch-publish.yml
Removed Publish job blocks from both workflows. Deleted artifact upload/download steps and npm publish logic. Workflows now end after build and dry-run tarball generation without proceeding to npm publication.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 No more publish, no more fuss,
Our artifacts don't need to rush,
The build runs clean, the jobs are lean,
Simplicity—the loveliest scene! ✨
Configuration trimmed with care,
Workflows lighter than spring air.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch kagol/fix-publish-workflow

📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 062fa4d and fd6d81a.

📒 Files selected for processing (2)
  • .github/workflows/auto-publish.yml
  • .github/workflows/dispatch-publish.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added the ci Continuous integration label Jan 10, 2026
@kagol kagol merged commit d04726d into dev Jan 10, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants