diff --git a/.circleci/config.yml b/.circleci/config.yml index c7cbaf72e63..2584cd79a00 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -427,7 +427,7 @@ jobs: command: './scripts/build/publish.sh' - run: name: Load GPG private key - comand: './scripts/build/load-signing-key.sh' + command: './scripts/build/load-signing-key.sh' - run: name: Update Debian repository command: './scripts/build/update_repo/update-deb.sh "oss" "$GPG_KEY_PASSWORD" "$CIRCLE_TAG"'