Gitea · Arazzo Workflow
Gitea Draft Then Publish Release
Version 1.0.0
Create a draft release, attach an asset, then publish the release.
View Spec
View on GitHub
GitSource ControlDevOpsCI/CDCode HostingOpen SourceSelf HostedPackage RegistryIssue TrackingPull RequestsArazzoWorkflows
Provider
Workflows
draft-then-publish-release
Create a draft release, attach an asset, then publish it.
Creates a draft release, uploads an asset to it, then edits the release to publish it by clearing the draft flag.
1
createDraft
repoCreateRelease
Create the release as a draft so it is not yet public.
2
uploadAsset
repoCreateReleaseAttachment
Upload a build artifact to the draft release.
3
publishRelease
repoEditRelease
Edit the release to clear the draft flag and publish it.