This commit is contained in:
folex 2020-12-29 12:44:29 +03:00
parent 243918818a
commit 516e38797b

View File

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