From b97cf87efab5eac077e5bc5c4594cffaf9d2d3a8 Mon Sep 17 00:00:00 2001 From: miguelmtzinf Date: Tue, 4 Jul 2023 15:22:53 +0200 Subject: [PATCH] fix: Fix prepublish step in CI --- .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