You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): allow same version in npm publish workflow
Add --allow-same-version to npm version commands so the publish
workflow doesn't fail when package.json already contains the target
version. Also skip the version bump commit when there are no changes.
0 commit comments