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

Fetch all history so git can dedup tags #38

Merged
merged 2 commits into from
Sep 1, 2023
Merged

Fetch all history so git can dedup tags #38

merged 2 commits into from
Sep 1, 2023

Conversation

pietern
Copy link
Collaborator

@pietern pietern commented Aug 31, 2023

No description provided.

@pietern
Copy link
Collaborator Author

pietern commented Aug 31, 2023

The first run failed because it didn't have the full Git history: job run.

The action tagged a newer commit with the latest version and the push of the tags failed.

@pietern
Copy link
Collaborator Author

pietern commented Aug 31, 2023

The second run failed because it now had all tags locally and Git doesn't re-tag existing tags (intentionally): job run.

@pietern
Copy link
Collaborator Author

pietern commented Aug 31, 2023

The final revision of this PR succeeds: job run.

The git push --tags confirms that everything is up to date (no changes w.r.t. previous manual tag push).

@pietern pietern mentioned this pull request Aug 31, 2023
@pietern pietern enabled auto-merge (squash) August 31, 2023 18:20
@pietern pietern merged commit 333f528 into main Sep 1, 2023
13 checks passed
@pietern pietern deleted the tag-versions-fix branch September 1, 2023 09:14
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