Commit 91befca
Fix CI: drop redundant workspace-swap that broke version detection
xsh load -b $BRANCH already clones from origin and checks out the
branch under test, so copying GITHUB_WORKSPACE on top of the clone is
unnecessary. Worse: actions/checkout uses a shallow fetch by default
(no tags), so the swap stripped tags from the repo, after which xsh's
internal "git describe --tags" failed with
"fatal: No names found, cannot describe anything." under set -e.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent dbe8dc7 commit 91befca
1 file changed
Lines changed: 4 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
| |||
0 commit comments