pull/5370/head
filip mertens 2 years ago
parent a3e31c85ab
commit 6edd7f76cf
  1. 1
      .circleci/config.yml
  2. 2
      apps/remix-ide/ci/publish_plugin.sh

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

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

Loading…
Cancel
Save