Skip to content

Fix Burrito release tag verification#101

Merged
frantic-openai merged 1 commit into
mainfrom
codex/fix-burrito-release-checkout
Jul 18, 2026
Merged

Fix Burrito release tag verification#101
frantic-openai merged 1 commit into
mainfrom
codex/fix-burrito-release-checkout

Conversation

@frantic-openai

Copy link
Copy Markdown
Collaborator

Context

The v0.0.1 tag run built and smoke-tested every artifact, but release creation failed because the job had no Git checkout.

TL;DR

Check out Git before verifying release tags.

Summary

  • Add checkout to the Burrito release job before running gh release create --verify-tag.

Alternatives

  • Removing --verify-tag would hide tag mistakes instead of fixing the missing Git context.

Test Plan

  • yq eval .github/workflows/burrito-release.yml
  • actionlint .github/workflows/burrito-release.yml
  • git diff --check

Summary:
- add checkout to the Burrito release job before invoking gh release

Rationale:
- gh release create --verify-tag requires a Git checkout
- the v0.0.1 tag run built and smoke-tested every artifact but failed while
  creating the GitHub Release because the job had no .git directory

Tests:
- actionlint .github/workflows/burrito-release.yml
- yq eval .github/workflows/burrito-release.yml
- git diff --check

Co-authored-by: Codex <codex@openai.com>
@frantic-openai
frantic-openai merged commit 2121e5a into main Jul 18, 2026
2 checks passed
@frantic-openai
frantic-openai deleted the codex/fix-burrito-release-checkout branch July 18, 2026 00:22
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