Skip to content

fix(ci): Force fetch tags in deploy to handle re-pushed tags#104

Merged
williamzujkowski merged 1 commit intomainfrom
fix/deploy-tag-clobber
Mar 30, 2026
Merged

fix(ci): Force fetch tags in deploy to handle re-pushed tags#104
williamzujkowski merged 1 commit intomainfrom
fix/deploy-tag-clobber

Conversation

@williamzujkowski
Copy link
Copy Markdown
Collaborator

Deploy failed because cached runner workspace had an old version of pl-119-73 tag. Adding --force to git fetch --tags.

Force-pushed tags (e.g., pl-119-73 from earlier duplicate fix) cause
git fetch --tags to fail with "would clobber existing tag" on cached
runner workspaces. Adding --force resolves this.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@williamzujkowski williamzujkowski merged commit 619459c into main Mar 30, 2026
@williamzujkowski williamzujkowski deleted the fix/deploy-tag-clobber branch March 30, 2026 03:13
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.

1 participant