publish yml

pull/5370/head
bunsenstraat 3 years ago
parent 8b896f0577
commit 4b00946621
  1. 18
      .github/workflows/publish-ide.yml

@ -0,0 +1,18 @@
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: npm install
- run: ls
- run: pwd
- run: npm run downloadsolc_assets
- run: npm run build:production
- run: ./apps/remix-ide/ci/copy_resources.sh
- run: ./apps/remix-ide/ci/publishIpfs
Loading…
Cancel
Save