From 896cda12008dbf77937afb137af38808c3011706 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 18 Nov 2021 16:45:18 +0100 Subject: [PATCH] Create publish-remix-ide.yml --- .github/workflows/publish-remix-ide.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/publish-remix-ide.yml diff --git a/.github/workflows/publish-remix-ide.yml b/.github/workflows/publish-remix-ide.yml new file mode 100644 index 0000000000..ab0390ad46 --- /dev/null +++ b/.github/workflows/publish-remix-ide.yml @@ -0,0 +1,18 @@ +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