Commit 69e177f
committed
fix: CI release versioning — use sorted tags instead of git describe
git describe picks an arbitrary tag when multiple tags point to the
same commit (v0.0.4 and v0.0.5 both on 4f1a01e), causing duplicate
release attempts. Switch to `git tag -l --sort=-v:refname` for
reliable highest-version detection. Also add fetch-tags: true.1 parent f6ca505 commit 69e177f
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
245 | | - | |
246 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
247 | 249 | | |
248 | 250 | | |
249 | 251 | | |
| |||
0 commit comments