mirror of
https://github.com/fluencelabs/fluence-network-environment
synced 2024-12-04 16:20:17 +00:00
set -x
This commit is contained in:
parent
243918818a
commit
516e38797b
1
.github/workflows/publish_release.yml
vendored
1
.github/workflows/publish_release.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get version from npm and increment
|
- name: Get version from npm and increment
|
||||||
run: |
|
run: |
|
||||||
|
set -x
|
||||||
yarn global add semver
|
yarn global add semver
|
||||||
PATH="$(yarn global bin):$PATH"
|
PATH="$(yarn global bin):$PATH"
|
||||||
LOCAL_VERSION="$(cat package.json | jq .version)"
|
LOCAL_VERSION="$(cat package.json | jq .version)"
|
||||||
|
Loading…
Reference in New Issue
Block a user