From 6bbe7c3446c6ab986be39a678a75f6e2c27a5b52 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Tue, 8 Jun 2021 11:40:34 -0400 Subject: [PATCH] Remove space from tag arguments --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 083f8a895b..e8c5de99aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -532,7 +532,7 @@ workflows: - setup commit_sha: << pipeline.parameters.prerelease_commit_sha >> release_channel: stable - dist_tag: "next, alpha" + dist_tag: "next,alpha" - publish_prerelease: name: Publish to Experimental channel requires: @@ -564,7 +564,7 @@ workflows: - setup commit_sha: << pipeline.git.revision >> release_channel: stable - dist_tag: "next, alpha" + dist_tag: "next,alpha" - publish_prerelease: name: Publish to Experimental channel requires: