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:
Andrew Clark
2021-02-04 09:34:12 -06:00
parent f58ad2ad8e
commit 365080f4f5
+2 -2
View File
@@ -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