Skip to content

Commit dc5bb44

Browse files
committed
Update generated GitHub Actions workflow files [skip actions]
1 parent d432508 commit dc5bb44

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
@@ -7,7 +7,7 @@ runs:
77
# 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
88
run: |
99
if java -version 2>&1 | grep -q '1\.8\.'; then
10-
./mvnw --batch-mode --settings release-train-settings.xml clean deploy --activate-profiles releaseTrain,docs -DaltDeploymentRepository="release-train::default::file://$(pwd)/deployment-repository" -Dmaven-deploy-plugin.deployZipUrl="file://$(pwd)/deployment-repository" -Dmaven-deploy-plugin-default.phase=deploy -DskipTests
10+
./mvnw --batch-mode --settings release-train-settings.xml clean deploy --activate-profiles releaseTrain,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
1111
else
1212
./mvnw --batch-mode --settings release-train-settings.xml clean deploy --activate-profiles releaseTrain -DaltDeploymentRepository="release-train::default::file://$(pwd)/deployment-repository" -DskipTests
1313
fi

0 commit comments

Comments
 (0)