Skip to content

ci: publish-package workflow with npm version check#189

Merged
Reversean merged 1 commit into
masterfrom
ci/reusable-publish-workflow
May 13, 2026
Merged

ci: publish-package workflow with npm version check#189
Reversean merged 1 commit into
masterfrom
ci/reusable-publish-workflow

Conversation

@Reversean
Copy link
Copy Markdown
Member

@Reversean Reversean commented May 13, 2026

  • Adds .github/workflows/publish-package.yml as a reusable workflow
  • Each package publish is now an independent job – a version conflict on one does not block the other
  • Skips publishing if the version already exists on npm (fixes the issue where unchanged packages caused publish failures)

Adds publish-package.yml as a reusable workflow (mirroring bump-package.yml pattern) that skips publishing if the version already exists on npm. Updates npm-publish.yml to call it per-package as independent jobs so a conflict on one does not block the other.
@Reversean Reversean changed the title ci: reusable publish-package workflow with npm version check ci: publish-package workflow with npm version check May 13, 2026
@Reversean Reversean merged commit 83fdaa3 into master May 13, 2026
5 checks passed
@Reversean Reversean deleted the ci/reusable-publish-workflow branch May 13, 2026 20:51
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