From af8d7ddd41682fabc46822216ec119fb0545e2a3 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 18 Jan 2024 14:07:11 -0800 Subject: [PATCH] fix: bump orb-tools to 12 --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6887459..c665389 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 setup: true orbs: - orb-tools: circleci/orb-tools@11 + orb-tools: circleci/orb-tools@12 filters: &filters tags: @@ -34,4 +34,3 @@ workflows: pipeline-number: << pipeline.number >> vcs-type: << pipeline.project.type >> requires: [orb-tools/publish] -