From ef92ab57c1fd56aad022433798d878c76f3a8487 Mon Sep 17 00:00:00 2001 From: miguelmtzinf Date: Tue, 4 Jul 2023 17:08:42 +0200 Subject: [PATCH] ci: Fix command in release pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17cd44c3b..772f5a61f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: node-version: ${{ matrix.node-version }} scope: '@aave' - - run: npm ci:clean + - run: npm run ci:clean if: ${{ steps.release.outputs.release_created }} - run: npm ci if: ${{ steps.release.outputs.release_created }}