From c3b6fee252ffa147a51386ed7ae89f27b23d6996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stef=20=E2=9D=A4=EF=B8=8F?= Date: Tue, 4 Jun 2024 11:04:36 +0200 Subject: [PATCH] fix: added automation context (#805) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b5189132..34e7a88f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -193,7 +193,7 @@ workflows: requires: - install - release: - context: NPM + context: NPM_AUTOMATION requires: - install - lint_commit_message