Gitea · Arazzo Workflow
Gitea Create Release And Verify By Tag
Version 1.0.0
Create a release and confirm it by looking it up by its tag.
View Spec
View on GitHub
GitSource ControlDevOpsCI/CDCode HostingOpen SourceSelf HostedPackage RegistryIssue TrackingPull RequestsArazzoWorkflows
Provider
Workflows
release-and-verify-by-tag
Create a release and verify it by tag lookup.
Creates a release for a tag, then looks up the release by tag and retries until it is returned.
1
createRelease
repoCreateRelease
Create a release for the supplied tag.
2
verifyByTag
repoGetReleaseByTag
Look up the release by tag, retrying until it is returned.