Commit 520e730
committed
fix(ci): correct the Latest-version sed pattern in two release workflows
api-detector-core-release.yml and sedr-library-release.yml's Update-README
step used a pattern requiring one arbitrary character between the table's
opening pipe and the version's backtick (|Latest version |.`...`), but the
actual README markup has no character there - the substitution silently
matched nothing on every release. api-detector-core's table has been stuck
at 0.0.1 since its first release; sedr-library's at 0.4.6. Replaces both
with the same line-match pattern geo-tracker-lens-pack-release.yml and
spring-rules-release.yml already use successfully, and corrects both
tables' current values to match their actual latest published release
(1.4.0 and 1.0.0) so the fix is visible immediately rather than waiting
for the next release to trigger it.1 parent 4491ed5 commit 520e730
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- .github/workflows
- api-detector-core
- sedr-library
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments