publish-nuget
publish-nuget copied to clipboard
[BUG] Version Regex Bug
Describe the bug It does not work
Failed Action Log URL (Required) https://github.com/deeprobin/deep-translation/runs/1129954144?check_suite_focus=true
To Reproduce Steps to reproduce the behavior:
- https://github.com/deeprobin/deep-translation/actions/runs/259783619/workflow
Expected Behavior I expect, that the workflow runs
Environment:
- Platform Windows, Linux
- Action Version v2.5.5
@deeprobin -
Check your csproj and see if its using <Version>...</Version>
- if its using <VersionPrefix/>
and/or <VersionSuffix/>
you will receive the error you described.
-Jeff
Would love to see <VersionPrefix/>
and <VersionSuffix/>
supported.