brandedoutcast / publish-nuget

📦 GitHub action to automate publishing NuGet packages when project version changes
https://github.com/marketplace/actions/publish-nuget
MIT License
197 stars 101 forks source link

[BUG] Version Regex Bug #45

Open deeprobin opened 3 years ago

deeprobin commented 3 years ago

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:

jeffrymorris commented 3 years ago

@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

krispenner commented 3 years ago

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