Skip to content

Conversation

@milldr
Copy link
Member

@milldr milldr commented Jan 6, 2026

Summary

  • Use --prerelease flag instead of --latest for library docs releases (these are internal caching artifacts, not user-facing releases)
  • Fix gh release list column parsing - extract tag from column 3 instead of column 1

Context

Follow-up fixes after merging PR #844. The Generate Library workflow was failing due to:

  1. Repository ruleset blocking tag creation (resolved by org admin adding refs/tags/library-docs-* to exclusions)
  2. Incorrect column extraction from gh release list output - was grabbing "Library" (first word of title) instead of the actual tag like library-docs-0.0.20260106193421

Test plan

  • Generate Library workflow ran successfully
  • Preview build downloads and extracts library docs tarball correctly

🤖 Generated with Claude Code

Change the release creation to use --prerelease flag since these are
pre-built artifacts meant for caching, not user-facing releases that
should be marked as latest.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
The tag is in column 3, not column 1. The previous awk command was
extracting "Library" (first word of title) instead of the actual tag
like "library-docs-0.0.20260106193421".

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@milldr milldr force-pushed the milldr/docs-build-speedup branch from 3584ff7 to 31b4606 Compare January 6, 2026 19:41
@milldr milldr merged commit 80b782b into master Jan 6, 2026
2 of 3 checks passed
@milldr milldr deleted the milldr/docs-build-speedup branch January 6, 2026 19:43
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