Skip to content

Commit 3adf85c

Browse files
committed
Update publish.yml
Disable fail-fast. Enable continue-on-error. Signed-off-by: Ry Jones <ry@linux.com>
1 parent 8a777c9 commit 3adf85c

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,8 @@ jobs:
2323
# Publishing steps to both the Github Packages and the Sonatype
2424
publishjars:
2525
strategy:
26+
fail-fast: false
27+
continue-on-error: true
2628
matrix:
2729
publish_target: ["publishAllPublicationsToGithubPackagesRepository","publishAllPublicationsToReleaseRepository"]
2830
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)