From 0c5637d909ee68cab6ecf5a6edabea6e7084ea36 Mon Sep 17 00:00:00 2001 From: Eric Dattore Date: Thu, 24 Mar 2022 18:44:07 -0600 Subject: [PATCH] =?UTF-8?q?V1.0.0=20release=20=E2=80=94=20for=20realzies?= =?UTF-8?q?=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [semver:major] cut initial release * Update pipeline to publish dev orb on tags --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a7804f..2c37132 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,11 +83,17 @@ workflows: vcs-type: << pipeline.project.type >> # Use a context to hold your publishing token. context: orb-publishing + filters: + tags: + only: /.*/ # Triggers the next workflow in the Orb Development Kit. - orb-tools/continue: pipeline-number: << pipeline.number >> vcs-type: << pipeline.project.type >> requires: [orb-tools/publish] + filters: + tags: + only: /.*/ jobs: test-scripts: