-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
Milestone
Description
Prerequisites
- I have written a descriptive issue title
- I have searched issues to ensure it has not already been reported
GitVersion package
GitHub Actions
What are you seeing?
I want to include a space in the release name when creating a release. e.g. ,"Release 0.3.0". The string isn't quoted so only the first word is used in the release name
https://github.com/mkevenaar/ObjectFirst.Zabbix/actions/runs/13227076634/job/36919281955#step:10:95
What is expected?
The name string to be quoted
Steps to Reproduce
Workflow
https://github.com/mkevenaar/ObjectFirst.Zabbix/blob/main/.github/workflows/release.yaml
Output
https://github.com/mkevenaar/ObjectFirst.Zabbix/actions/runs/13227076634/job/36919281955#step:10:95
Output log or link to your CI build (if appropriate).
: /opt/hostedtoolcache/GitReleaseManager.Tool/0.18.0/dotnet-gitreleasemanager --roll-forward Major create --owner mkevenaar --repository ObjectFirst.Zabbix --token *** --targetDirectory /home/runner/work/ObjectFirst.Zabbix/ObjectFirst.Zabbix --milestone 0.3.0 --name Release 0.3.0 --assets /home/runner/work/ObjectFirst.Zabbix/ObjectFirst.Zabbix/release.zip