publish-nuget icon indicating copy to clipboard operation
publish-nuget copied to clipboard

[BUG] Version Regex Bug

Open deeprobin opened this issue 4 years ago • 2 comments

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:

  1. 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 avatar Sep 17 '20 17:09 deeprobin

@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

jeffrymorris avatar Sep 26 '20 01:09 jeffrymorris

Would love to see <VersionPrefix/> and <VersionSuffix/> supported.

krispenner avatar Apr 30 '21 06:04 krispenner