From 5533bc86afd35a5a4afe354a77909b2cd237dd71 Mon Sep 17 00:00:00 2001 From: abilan Date: Tue, 18 Jul 2023 15:54:35 -0400 Subject: [PATCH] Try `upload-parallel: 10` for Maven deploy --- .github/workflows/central-sync-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/central-sync-create.yml b/.github/workflows/central-sync-create.yml index ecd4017b81b..1386aee0d54 100644 --- a/.github/workflows/central-sync-create.yml +++ b/.github/workflows/central-sync-create.yml @@ -48,7 +48,7 @@ jobs: upload: true generate-checksums: true pgp-sign: true - nexus-timeout: 600 + upload-parallel: 10 pgp-sign-passphrase: ${{ secrets.GPG_PASSPHRASE }} pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY }}