Commit 93e2b6d
authored
fix: remove version manipulation from build-release.sh (#1886)
## Summary
- Remove redundant sed-based SNAPSHOT version replacement from
`build-release.sh` — release-please already sets the correct versions in
pom.xml at the tagged commit
- Remove `TAG` env var from `release.yml` and `test-release-build.yml`
workflows
## Test plan
- [x] `mise run build-release` succeeds locally
- [x] `mise run lint` passes
- [ ] CI passes on PR
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>1 parent 18a8768 commit 93e2b6d
File tree
3 files changed
+2
-21
lines changed- .github/workflows
- .mise/tasks
3 files changed
+2
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 7 | + | |
| 8 | + | |
0 commit comments