Skip to content

Commit c835610

Browse files
authored
Merge pull request #293 from mbwhite/rel25/pipeline-publish-debug
Do not fail if just one of the publishes fails
2 parents 6a9fdb3 + 51f126e commit c835610

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
# Publishing steps to both the Github Packages and the Sonatype
2424
publishjars:
2525
strategy:
26+
fail-fast: false
2627
matrix:
2728
publish_target: ["publishAllPublicationsToGithubPackagesRepository","publishAllPublicationsToReleaseRepository"]
2829
runs-on: ubuntu-latest
@@ -51,6 +52,7 @@ jobs:
5152
# Publish to docker registries docker.io and ghcr.io
5253
publishdocker:
5354
strategy:
55+
fail-fast: false
5456
matrix:
5557
DOCKER_REGISTRY: ["docker.io","ghcr.io"]
5658
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)