We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a777c9 + 3adf85c commit f24bef9Copy full SHA for f24bef9
.github/workflows/publish.yml
@@ -23,6 +23,8 @@ jobs:
23
# Publishing steps to both the Github Packages and the Sonatype
24
publishjars:
25
strategy:
26
+ fail-fast: false
27
+ continue-on-error: true
28
matrix:
29
publish_target: ["publishAllPublicationsToGithubPackagesRepository","publishAllPublicationsToReleaseRepository"]
30
runs-on: ubuntu-latest
0 commit comments