mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +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:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- run: npm version ${{ env.VERSION }}
|
||||
working-directory: ./api/aqua-api-npm
|
||||
|
||||
- name: Publish aqua API to NPM
|
||||
run: |
|
||||
npm i
|
||||
|
Loading…
Reference in New Issue
Block a user