Skip to content

Commit fdc1210

Browse files
committed
fix(ci): allow same-version in release sync step
1 parent 53048a2 commit fdc1210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Sync version from release tag
2424
run: |
2525
VERSION="${GITHUB_REF_NAME#v}"
26-
npm version --no-git-tag-version "$VERSION"
26+
npm version --no-git-tag-version --allow-same-version "$VERSION"
2727
2828
- name: Install dependencies
2929
run: |

0 commit comments

Comments
 (0)