From 7cd98ef2bcbc10f164f778bade86a4daeb821011 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Tue, 9 May 2023 22:27:35 -0400 Subject: [PATCH] Fix nightly job to publish to "canary" channel (#26799) When I was renaming the next channel to canary, I updated the `publish_preleases` workflow correctly, but I skipped over `publish_preleases_nightly`. Oops. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c6710aa036..026724038a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -646,7 +646,7 @@ workflows: name: Publish to Canary channel commit_sha: << pipeline.git.revision >> release_channel: stable - dist_tag: "next" + dist_tag: "canary,next" - publish_prerelease: name: Publish to Experimental channel requires: