Commit 6440915
fix(publish): Allow same version in version-align step
The `npm version` align step errors with "Version not changed" when
package.json already matches the tag. Since `pnpm version` bumps
package.json AND creates the tag in one operation, they always match
by the time CI runs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8ec8df2 commit 6440915
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments