fix publish action

pull/2481/head
yann300 3 years ago committed by GitHub
parent c6014f9770
commit 5df6c0a9e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/publish-action.yml

@ -12,8 +12,8 @@ jobs:
- run: yarn install --ignore-engines - run: yarn install --ignore-engines
- run: ls - run: ls
- run: pwd - run: pwd
- run: yarn run downloadsolc_assets - run: yarn run downloadsolc_assets --ignore-engines
- run: yarn run build:production - run: yarn run build:production --ignore-engines
- run: echo "action_state=$('./apps/remix-ide/ci/publishIpfs')" >> $GITHUB_ENV - run: echo "action_state=$('./apps/remix-ide/ci/publishIpfs')" >> $GITHUB_ENV
- uses: mshick/add-pr-comment@v1 - uses: mshick/add-pr-comment@v1
with: with:

Loading…
Cancel
Save