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.
1 parent 4b8121c commit cfdda8bCopy full SHA for cfdda8b
.github/workflows/release.yml
@@ -106,7 +106,7 @@ jobs:
106
if: |-
107
${{ always() && startsWith(github.ref, 'refs/heads/release-') &&
108
needs.prepare-release-artifacts.result == 'success' &&
109
- needs.push-java-artifacts-to-ghcr.result == 'success' &&
+# needs.push-java-artifacts-to-ghcr.result == 'success' &&
110
(needs.push-containers-with-suffix.result == 'success' ||
111
needs.push-containers-with-suffix.result == 'skipped')
112
}}
0 commit comments