Skip to content

Commit ed3b35a

Browse files
committed
Update generated GitHub Actions workflow files [skip actions]
1 parent b034d99 commit ed3b35a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/release-train-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
# If we are on Java 8 we need to build the docs zip for jubilee projects so it is distributed as part of the release
1010
run: |
1111
if java -version 2>&1 | grep -q '1\.8\.'; then
12-
./mvnw --batch-mode --settings release-train-settings.xml clean deploy --activate-profiles releaseTrain,docs,train-docs -DaltDeploymentRepository="release-train::default::file://$(pwd)/deployment-repository" -Dmaven-deploy-plugin.deployZipUrl="file://$(pwd)/deployment-repository" -Dmaven-deploy-plugin-default.phase=deploy -DskipTests
12+
./mvnw --batch-mode --settings release-train-settings.xml clean deploy --activate-profiles releaseTrain,docs,train-docs -DaltDeploymentRepository="release-train::default::file://$(pwd)/deployment-repository" -Dmaven-deploy-plugin.deployZipUrl="file://$(pwd)/deployment-repository" -Dmaven-deploy-plugin-default.phase=deploy -Dupload-docs-zip.packaging=zip -DskipTests
1313
else
1414
./mvnw --batch-mode --settings release-train-settings.xml clean deploy --activate-profiles releaseTrain -DaltDeploymentRepository="release-train::default::file://$(pwd)/deployment-repository" -DskipTests
1515
fi

0 commit comments

Comments
 (0)