mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-15 07:20:49 +00:00
CI: fix --allow-same-version flag(#69)
This commit is contained in:
parent
140c38eb93
commit
c7ab9d56ee
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user