CI: fix --allow-same-version flag(#69)

This commit is contained in:
Pavel 2021-09-08 12:21:11 +03:00 committed by GitHub
parent 140c38eb93
commit c7ab9d56ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
### Set version
- name: Set version to ${{ env.RELEASE_VERSION }}
run: npm version --new-version ${{ env.RELEASE_VERSION }} --no-git-tag-version
run: npm version --new-version --allow-same-version ${{ env.RELEASE_VERSION }} --no-git-tag-version
### Publish to NPM registry
- uses: actions/setup-node@v1