1
0
mirror of https://github.com/fluencelabs/fluence-network-environment synced 2025-03-31 13:31:04 +00:00
This commit is contained in:
folex 2020-12-29 12:44:29 +03:00
parent 243918818a
commit 516e38797b

@ -23,6 +23,7 @@ jobs:
- name: Get version from npm and increment
run: |
set -x
yarn global add semver
PATH="$(yarn global bin):$PATH"
LOCAL_VERSION="$(cat package.json | jq .version)"