mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: update GH action (#3758)
## About the changes Another piece requiring changes, which adapts to: https://github.com/Unleash/unleash/pull/3736
This commit is contained in:
parent
c36e4abf3e
commit
18d585cd5f
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
yarn --cwd ./frontend install --frozen-lockfile
|
yarn --cwd ./frontend build
|
||||||
- name: Publish to npm
|
- name: Publish to npm
|
||||||
run: |
|
run: |
|
||||||
LATEST=$(npm show unleash-server version)
|
LATEST=$(npm show unleash-server version)
|
||||||
|
Loading…
Reference in New Issue
Block a user