Commit a53b401
authored
Fetch submodule tags in release workflow test job (#75)
actions/checkout's submodule clone is shallow and doesn't carry
tags. scripts/build_agents_md.py asserts the spec submodule HEAD
is AT a v* tag (used by tests/test_agents_md_drift.py).
ci.yml has had this step since PR #72; release.yml was missed,
so the v0.9.0-rc1 tag's test job failed on the drift check.
Build / publish jobs don't regenerate AGENTS.md (they package
the committed file via hatchling), so the fix is only needed
in the test job.1 parent 9387092 commit a53b401
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
31 | 43 | | |
32 | 44 | | |
33 | 45 | | |
| |||
0 commit comments