From 921b9f629d78eb733cdd391d1ad42da26607c071 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 18 Nov 2021 16:52:33 +0100 Subject: [PATCH] fix actions --- .github/workflows/publish-remix-ide.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-remix-ide.yml b/.github/workflows/publish-remix-ide.yml index ab0390ad46..c1e8bd7e17 100644 --- a/.github/workflows/publish-remix-ide.yml +++ b/.github/workflows/publish-remix-ide.yml @@ -13,6 +13,6 @@ jobs: if: ${{ github.event.label.name == 'publish' }} runs-on: ubuntu-latest steps: - run: npm install - run: nx build remix-ide --with-deps - run: node ./apps/remix-ide/ci/publishIpfs + - run: npm install + - run: nx build remix-ide --with-deps + - run: node ./apps/remix-ide/ci/publishIpfs