From ec2902a4a113c6584434d49742ee1a5616070f90 Mon Sep 17 00:00:00 2001 From: miguelmtz <36620902+miguelmtzinf@users.noreply.github.com> Date: Tue, 4 Jul 2023 15:58:39 +0200 Subject: [PATCH] fix: Fix prepublish step in CI (#862) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a401a8a8..17cd44c3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,8 @@ jobs: with: node-version: ${{ matrix.node-version }} scope: '@aave' + - run: npm ci:clean + if: ${{ steps.release.outputs.release_created }} - run: npm ci if: ${{ steps.release.outputs.release_created }} - run: npm run ci:test