releaseName property
Name or tag for the GitHub release.
Identifies the release and serves as both the release name and git tag. Should follow semantic versioning conventions. If a release with this name exists, assets will be added to it; otherwise, a new release will be created.
Example: "v1.2.3" or "2024.1.0-beta"
Implementation
late String releaseName;