File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
QUARKUS_CONTAINER_IMAGE_USERNAME : ${{ github.actor }}
23
23
QUARKUS_CONTAINER_IMAGE_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
24
24
run : |
25
- ./mvnw versions:set clean install versions:commit -DnewVersion="${RELEASE_VERSION}" -DskipTests -Dquarkus.container-image.build=true -Dquarkus.kubernetes.namespace=default -Dquarkus.container-image.push=true
26
- ./mvnw ${MAVEN_ARGS} versions:set -DnewVersion="${RELEASE_VERSION}"
25
+ ./mvnw versions:set -DnewVersion="${RELEASE_VERSION}" versions:commit
26
+ ./mvnw clean install -DskipTests -Dquarkus.container-image.build=true -Dquarkus.kubernetes.namespace=default -Dquarkus.container-image.push=true
27
27
./mvnw ${MAVEN_ARGS} -q build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion}-SNAPSHOT versions:commit
28
28
git config --local user.email "[email protected] "
29
29
git config --local user.name "GitHub Action"
You can’t perform that action at this time.
0 commit comments