Merge branch 'master' of https://github.com/ethereum/remix-project into fastcircle
commit
16f2ec822c
@ -0,0 +1,15 @@ |
|||||||
|
name: remix-publish-action |
||||||
|
on: |
||||||
|
pull_request: |
||||||
|
types: [ labeled ] |
||||||
|
jobs: |
||||||
|
build: |
||||||
|
if: ${{ github.event.label.name == 'publish' }} |
||||||
|
runs-on: ubuntu-latest |
||||||
|
steps: |
||||||
|
- run: cd .. |
||||||
|
- run: npm install |
||||||
|
- run: ls |
||||||
|
- run: pwd |
||||||
|
- run: nx build remix-ide --with-deps |
||||||
|
- run: node ./apps/remix-ide/ci/publishIpfs |
Loading…
Reference in new issue