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

Fix the unstable tagging Github Action #1221

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Conversation

kyle-sammons
Copy link
Collaborator

Summary

Apparently by default the Github Actions checkout action explicitly doesn't pull down tags, which this Action needs. It looks like to pull down tags, we need to add fetch-depth to be set to 0 (docs: https://github.com/actions/checkout?tab=readme-ov-file#fetch-all-history-for-all-tags-and-branches). As such, this PR adds that in

Requirements

@kyle-sammons kyle-sammons merged commit bffb16a into master Jan 28, 2025
2 checks passed
@kyle-sammons kyle-sammons deleted the ksammons-also-fetch-tags branch January 28, 2025 23:05
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

Successfully merging this pull request may close these issues.

2 participants