|
|
@ -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 |
|
|
|