This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new fdbd1b3569 CI: increase publish retries (#1862)
fdbd1b3569 is described below
commit fdbd1b3569120f1d12308ec219acbf18fc0a7b44
Author: PJ Fanning <[email protected]>
AuthorDate: Fri May 23 14:43:04 2025 +0100
CI: increase publish retries (#1862)
---
.github/workflows/publish-1.0-nightly.yml | 2 +-
.github/workflows/publish-1.1-nightly.yml | 2 +-
.github/workflows/publish-nightly.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/publish-1.0-nightly.yml
b/.github/workflows/publish-1.0-nightly.yml
index ca23de2afa..ae5e749eda 100644
--- a/.github/workflows/publish-1.0-nightly.yml
+++ b/.github/workflows/publish-1.0-nightly.yml
@@ -66,7 +66,7 @@ jobs:
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PW: ${{ secrets.NEXUS_PW }}
- run: sbt +publish
+ run: sbt -Dsbt.repository.publish.attempts=10 +publish
- name: Build Documentation
run: |-
diff --git a/.github/workflows/publish-1.1-nightly.yml
b/.github/workflows/publish-1.1-nightly.yml
index c9dcb62b59..30bc353a36 100644
--- a/.github/workflows/publish-1.1-nightly.yml
+++ b/.github/workflows/publish-1.1-nightly.yml
@@ -66,7 +66,7 @@ jobs:
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PW: ${{ secrets.NEXUS_PW }}
- run: sbt +publish
+ run: sbt -Dsbt.repository.publish.attempts=10 +publish
- name: Build Documentation
run: |-
diff --git a/.github/workflows/publish-nightly.yml
b/.github/workflows/publish-nightly.yml
index 86f91d74bd..6d3cf4f1d0 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -65,7 +65,7 @@ jobs:
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PW: ${{ secrets.NEXUS_PW }}
- run: sbt +publish
+ run: sbt -Dsbt.repository.publish.attempts=10 +publish
- name: Build Documentation
run: |-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]