From 27a6d5c83560694210849d4abf09a09dec8da388 Mon Sep 17 00:00:00 2001 From: miguelmtz <36620902+miguelmtzinf@users.noreply.github.com> Date: Tue, 4 Jul 2023 17:09:21 +0200 Subject: [PATCH] ci: Fix command in release pipeline (#864) --- .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 }}