From bd4ff39d2894c108cec3004f726be19148d72862 Mon Sep 17 00:00:00 2001 From: Florent CHAMFROY Date: Wed, 19 Jun 2024 15:27:44 +0200 Subject: [PATCH] build: bump gravitee orb to allow plugins publication --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b37b68143..eb378b2f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ version: 2.1 setup: true orbs: - gravitee: gravitee-io/gravitee@4.1.1 + gravitee: gravitee-io/gravitee@4.1.2 # our single workflow, that triggers the setup job defined above, filters on tag and branches are needed otherwise # some workflow and job will not be triggered for tags (default CircleCI behavior)