mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
chore(ci): --allow-same-version in set version
This commit is contained in:
parent
f2f8f93d82
commit
e77fc066a9
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
||||
cache: "npm"
|
||||
|
||||
- name: Set version
|
||||
run: npm version ${{ github.event.inputs.version }}
|
||||
run: npm version --allow-same-version ${{ github.event.inputs.version }}
|
||||
working-directory: cli/cli-npm
|
||||
|
||||
- run: npm i
|
||||
@ -163,7 +163,7 @@ jobs:
|
||||
cache: "npm"
|
||||
|
||||
- name: Set version
|
||||
run: npm version ${{ github.event.inputs.version }}
|
||||
run: npm version --allow-same-version ${{ github.event.inputs.version }}
|
||||
working-directory: api/aqua-api-npm
|
||||
|
||||
- run: npm i
|
||||
@ -217,7 +217,7 @@ jobs:
|
||||
cache: "npm"
|
||||
|
||||
- name: Set version
|
||||
run: npm version ${{ github.event.inputs.version }}
|
||||
run: npm version --allow-same-version ${{ github.event.inputs.version }}
|
||||
working-directory: language-server/language-server-npm
|
||||
|
||||
- run: npm i
|
||||
|
Loading…
Reference in New Issue
Block a user