diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bde96321d7..eb93b43208 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 build + yarn build - name: Publish to npm run: | LATEST=$(npm show unleash-server version)