-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
i have a repo with several dotnet projects in it.
the projects are in different folders, so I built pipelines to pack Nugets for each folder.
the pipelines with checkout the repo, find the next version, build it, pack it and push
I am trying to use your action to get the next version of the Nuget based on a prefixed tag.
the problem I am having is that there are other tags in the repo and my latest for one folder's Nuget is not within the top 10 latest tags.
I have tried using fromTag to go back to the first tag for the NuGet, but that didn't work, I also tried settings maxTagsToFetch to 2000 (which is more than I have tags in that repo), but that didn't work either
How can I fix this issue?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels