pull/3542/head
filip mertens 2 years ago
parent 88d445b514
commit bfdb8a9c51
  1. 1
      .circleci/config.yml
  2. 2
      apps/remix-ide/ci/publish_plugin.sh

@ -6,6 +6,7 @@ parameters:
default: false
orbs:
browser-tools: circleci/browser-tools@1.4.1
github-cli: circleci/github-cli@2.2.0
jobs:
build:
docker:

@ -2,7 +2,7 @@
set -e
sudo apt install gh
gh
git config --global user.name "$COMMIT_AUTHOR"
git config --global user.email "$COMMIT_AUTHOR_EMAIL"

Loading…
Cancel
Save