Commit 9edaf15
committed
fix(ci): add --allow-same-version to npm version in publish workflow
When a release/vX.Y.Z PR is merged before the release event triggers
the publish workflow, package.json already has the target version.
npm version then fails with "Version not changed". Adding
--allow-same-version makes the step idempotent so retries work.1 parent 6eef6b3 commit 9edaf15
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments