1
0
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:
Gastón Fournier 2023-05-12 14:14:39 +02:00 committed by GitHub
parent c36e4abf3e
commit 18d585cd5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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