chore: update
Java CI with Maven / build-and-test (pull_request) Successful in 17m26s

This commit is contained in:
TakahashiNg
2026-04-22 04:56:09 +00:00
parent 1775192c52
commit 227ed95215
+1 -1
View File
@@ -11,7 +11,7 @@ plugins:
- - "@semantic-release/exec"
- prepareCmd: |
./mvnw versions:set -DnewVersion=${nextRelease.version} &&
sed -i "/-service:/ s|:[^:]*$|:${nextRelease.version}|" k8s.yaml &&
sed -i "/-service:/ s|:[^:]*$|:${nextRelease.version}|" k8s/*.yaml &&
if [ "${branch.name}" = "main" ]; then
./mvnw package -B -Pnative -Dquarkus.container-image.tag=${nextRelease.version} -DskipTests
fi