Skip to content

fix: avoid republishing existing npm versions#30

Merged
vardhineediganesh877-ui merged 1 commit into
mainfrom
codex/fix-publish-version-check
May 18, 2026
Merged

fix: avoid republishing existing npm versions#30
vardhineediganesh877-ui merged 1 commit into
mainfrom
codex/fix-publish-version-check

Conversation

@vardhineediganesh877-ui
Copy link
Copy Markdown
Owner

Summary

  • Check whether the exact local package version already exists on npm before publishing
  • Patch-bump repeatedly in CI until the publish job finds an unpublished version
  • Keep the existing publish flow otherwise unchanged

Verification

  • npm view exact local version confirms 4.0.0 exists
  • npm run validate:types
  • npm run test
  • git diff --check

@vardhineediganesh877-ui vardhineediganesh877-ui merged commit 4cd8aa9 into main May 18, 2026
2 checks passed
@vardhineediganesh877-ui vardhineediganesh877-ui deleted the codex/fix-publish-version-check branch May 18, 2026 04:04
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