Commit 9639fd4
authored
fix(server): return 'not found' for maven-metadata.xml if no major version found (#1775)
Part of
#1774.
It doesn't fix the entire issue because we should be able to see the
major versions, even if they don't have the `v` in front, because such
versions are consumable as action bindings. This change just prevents
the failures of the server.1 parent 04ecd60 commit 9639fd4
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments