From 18d585cd5f21a00646d7b7817d4e151f3eda7549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Fri, 12 May 2023 14:14:39 +0200 Subject: [PATCH] fix: update GH action (#3758) ## About the changes Another piece requiring changes, which adapts to: https://github.com/Unleash/unleash/pull/3736 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6140c8055c..bde96321d7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: - name: Build run: | yarn install --frozen-lockfile - yarn --cwd ./frontend install --frozen-lockfile + yarn --cwd ./frontend build - name: Publish to npm run: | LATEST=$(npm show unleash-server version)