Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit c7ab9d5

Browse files
authored
CI: fix --allow-same-version flag(#69)
1 parent 140c38e commit c7ab9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
### Set version
2424
- name: Set version to ${{ env.RELEASE_VERSION }}
25-
run: npm version --new-version ${{ env.RELEASE_VERSION }} --no-git-tag-version
25+
run: npm version --new-version --allow-same-version ${{ env.RELEASE_VERSION }} --no-git-tag-version
2626

2727
### Publish to NPM registry
2828
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)