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)