Skip to content

Conversation

@milldr
Copy link
Member

@milldr milldr commented Jan 6, 2026

Summary

Fix the library docs download step to correctly parse the tag from gh release list output.

Problem

The gh release list output is tab-separated:

Library Docs 0.0.20260106193421    Latest    library-docs-0.0.20260106193421    2026-01-06T19:34:25Z

Without -F'\t', awk splits on whitespace and extracts 0.0.20260106193421 (field 3 by whitespace) instead of library-docs-0.0.20260106193421 (field 3 by tabs).

Test plan

🤖 Generated with Claude Code

The gh release list output is tab-separated. Without -F'\t', awk splits
on whitespace and extracts "0.0.20260106193421" (field 3 by whitespace)
instead of "library-docs-0.0.20260106193421" (field 3 by tabs).

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

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@milldr milldr merged commit 6e3b92b into master Jan 6, 2026
3 checks passed
@milldr milldr deleted the milldr/fix-tab-delimiter branch January 6, 2026 19:49
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