You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then steps.version.outputs.version outputs something like module1-0.0.1-.... It would be super great to be able to access the non-prefixed version number here as well, usecase is building NuGet packages where we need the actual version number without prefix as a prefixed version number like this is not accepted.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Expose non-prefixed version number in the output
[CY-6703] Expose non-prefixed version number in the output
Dec 9, 2022
If using a configuration like this:
Then
steps.version.outputs.version
outputs something likemodule1-0.0.1-...
. It would be super great to be able to access the non-prefixed version number here as well, usecase is building NuGet packages where we need the actual version number without prefix as a prefixed version number like this is not accepted.The text was updated successfully, but these errors were encountered: