Skip to content

Use the --tags while unshallowing otherwise the tags are not found #10

Description

@avivek

Hi,

When we are using actions/checkout the check out happens by default with the --no-tags.
From this setup when we do an unshallow and then try to find the tags the tag is not found.
But when we use the unshallow using the additional --tags then it seems to work as expected.
git fetch --prune --unshallow --tags

Is this expected and does the fix sound reasonable?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions