Skip to content

tag cannot be found #48

@acnicholls

Description

@acnicholls

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions