mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 22:50:18 +00:00
add version to api release (#621)
This commit is contained in:
parent
269c68ad59
commit
992fe06e60
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -157,6 +157,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
|
- run: npm version ${{ env.VERSION }}
|
||||||
|
working-directory: ./api/aqua-api-npm
|
||||||
|
|
||||||
- name: Publish aqua API to NPM
|
- name: Publish aqua API to NPM
|
||||||
run: |
|
run: |
|
||||||
npm i
|
npm i
|
||||||
|
Loading…
Reference in New Issue
Block a user