Hi,
I have build code and in the last I’m making a release of that code, Using a Create a GitHub release Typestep, Passing the arguments
github_release:
type: github-release
title: Full example
arguments:
git_context_name: my-github-context
release_name: my-release
release_tag: my-tag-0.1.0
release_description: My description
prerelease: false
repo_owner: some-owner
repo_name: my-repo
in the release source code is created from main Branch, How can we define a Target branch while making a release