Skip to content

fix: allow same version in npm publish workflow#2

Merged
lmcmz merged 3 commits intoOutblock:mainfrom
zenabot27:fix/complex-cadence-types
Feb 11, 2026
Merged

fix: allow same version in npm publish workflow#2
lmcmz merged 3 commits intoOutblock:mainfrom
zenabot27:fix/complex-cadence-types

Conversation

@zenabot27
Copy link
Copy Markdown

Summary

  • Add --allow-same-version flag to npm version in release workflow to prevent failure when package.json already matches the release tag version

Context

The npm-publish job fails with "Version not changed" when the tag version matches the existing package.json version (e.g. both are 1.0.0).

🤖 Generated with Claude Code

zenabot27 and others added 3 commits February 12, 2026 00:23
The version extraction now correctly handles both `v1.0.0` and `1.0.0`
tag formats.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add --allow-same-version flag to prevent failure when package.json
already has the same version as the release tag.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@lmcmz lmcmz merged commit 17cee59 into Outblock:main Feb 11, 2026
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