CI: npm version --allow-same-version

This commit is contained in:
folex 2021-09-13 14:39:29 +03:00
parent f66269ee25
commit c498f6c15d

View File

@ -108,7 +108,7 @@ jobs:
### Publish Aqua API
- name: Publish Aqua API
run: |
npm version ${{ env.RELEASE_VERSION }}
npm version ${{ env.RELEASE_VERSION }} --allow-same-version
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}