Commit 56a8ee5
committed
fix: use correct git/refs endpoint for tag creation [skip-version]
- API endpoint should be POST /git/refs (NOT /git/refs/tags/{tagname})
- Body should be {"ref": "refs/tags/{version}", "sha": "..."}
- Previously used wrong URL path + wrong body format1 parent b4e5bcf commit 56a8ee5
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments