Commit b009590
SK-3002 fix release workflow: use git switch to avoid v3 branch/path ambiguity (#369)
The Commit changes step ran 'git checkout v3'. Since the repo now contains a
v3/ directory, git could not disambiguate the 'v3' branch from the 'v3' path
and failed with: fatal: 'v3' could be both a local file and a tracking branch.
Use 'git switch' instead, which only operates on branches.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent a0f3fcb commit b009590
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- .github/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments