remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
remix-project/.github/workflows/publish-remix-ide.yml

17 lines
400 B

name: remix-publish-action
on:
pull_request:
types: [ labeled ]
jobs:
build:
if: ${{ github.event.label.name == 'publish' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- run: cd ..
- run: npm install
- run: ls
- run: pwd
- run: nx build remix-ide --with-deps
- run: node ./apps/remix-ide/ci/publishIpfs