Remove space from tag arguments

This commit is contained in:
Andrew Clark 2021-06-08 11:40:34 -04:00
parent bc7d5ac99d
commit 6bbe7c3446
1 changed files with 2 additions and 2 deletions

View File

@ -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: