GitHub · Arazzo Workflow
GitHub Publish a Release and Upload an Asset
Version 1.0.0
Create a tagged release, then upload a binary asset to it.
Provider
Workflows
publish-release-with-asset
Create a release then upload a binary asset to it.
Creates a release for the supplied tag and chains the returned release id into a call that uploads a binary asset.
1
createRelease
createRelease
Create the release for the supplied tag.
2
uploadAsset
uploadReleaseAsset
Upload the binary asset to the newly created release using the release id returned by the create step.