fix actions

pull/1760/head^2
yann300 3 years ago committed by GitHub
parent 0769675114
commit 921b9f629d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/publish-remix-ide.yml

@ -13,6 +13,6 @@ jobs:
if: ${{ github.event.label.name == 'publish' }} if: ${{ github.event.label.name == 'publish' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
run: npm install - run: npm install
run: nx build remix-ide --with-deps - run: nx build remix-ide --with-deps
run: node ./apps/remix-ide/ci/publishIpfs - run: node ./apps/remix-ide/ci/publishIpfs

Loading…
Cancel
Save