From e21c74da152f4a7a6061c652eb40a6aa697ffd3c Mon Sep 17 00:00:00 2001 From: esoubiran-aneo Date: Wed, 22 Feb 2023 11:48:51 +0100 Subject: [PATCH] ci: fix release web --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73334523d..400afe7b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,8 +136,8 @@ jobs: - name: Build protos run: cd packages/web && nr proto:generate:linux && cd ../.. - - name: Buis web - run: cd packages/web && nr build:web && cd ../.. + - name: Build web + run: cd packages/web && nr build && cd ../.. - name: Release package run: nr ci:publish web