add version to api release (#621)

This commit is contained in:
Dima 2022-12-30 14:53:14 +03:00 committed by GitHub
parent 269c68ad59
commit 992fe06e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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