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

18 lines
432 B

name: remix-publish-action
on:
pull_request:
types: [ labeled ]
description: Publish Remix IDE
inputs:
token:
description: 'GitHub auth token'
default: ${{ github.token }}
author: yann@ethereum.org
jobs:
build:
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