mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Autopublish prereleases using head of main branch
Instead of using pipeline parameter. Fixes copypasta from the other workflow, which accepts the SHA parameter via an API call.
This commit is contained in:
@@ -553,14 +553,14 @@ workflows:
|
||||
name: Publish to Next channel
|
||||
requires:
|
||||
- setup
|
||||
commit_sha: << pipeline.parameters.prerelease_commit_sha >>
|
||||
commit_sha: master
|
||||
release_channel: stable
|
||||
dist_tag: next
|
||||
- publish_prerelease:
|
||||
name: Publish to Experimental channel
|
||||
requires:
|
||||
- setup
|
||||
commit_sha: << pipeline.parameters.prerelease_commit_sha >>
|
||||
commit_sha: master
|
||||
release_channel: experimental
|
||||
dist_tag: experimental
|
||||
|
||||
|
||||
Reference in New Issue
Block a user