From 992fe06e6069ca310ce50d0b92e71569e5e5e120 Mon Sep 17 00:00:00 2001 From: Dima Date: Fri, 30 Dec 2022 14:53:14 +0300 Subject: [PATCH] add version to api release (#621) --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5598724..20db0c7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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