Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
avivek opened this issue Jan 8, 2025 · 0 comments
Open

Comments

@avivek
Copy link

avivek commented Jan 8, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant