From 386402db5de05fec7ab54ffbff7e001d84d323f4 Mon Sep 17 00:00:00 2001 From: Kamal Mahyuddin Date: Mon, 21 Jun 2021 17:42:47 -0700 Subject: [PATCH] fix: remove org-global context --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0912059c..e136d510 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,9 +56,8 @@ workflows: - node-12 - node-10 - release: - context: org-global filters: - branches: {only: master} + branches: { only: master } requires: - node-latest - node-12