mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
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.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user