Skip to content

Commit 4c4ba21

Browse files
Update .github/release/check_maven_central.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent fddeb5b commit 4c4ba21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/release/check_maven_central.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ def main():
116116
print("\nSummary of published versions found in local pom.xml files:")
117117
for item in sorted(found_published):
118118
print(item)
119+
import sys
120+
sys.exit(1)
119121
else:
120122
print("\nNo published non-SNAPSHOT versions found.")
121123

0 commit comments

Comments
 (0)