File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ jobs:
491491 # Check if any changes were actually made
492492 if not changes_made:
493493 print(f"\n{'='*70}")
494- print(f"ERROR : No changes were made to {properties_file}")
494+ print(f"INFO : No changes were made to {properties_file}")
495495 print(f"{'='*70}")
496496 print(f"\nRelease Information:")
497497 print(f" Release Tag: {release_tag}")
@@ -514,13 +514,9 @@ jobs:
514514 print(f" 1. This release was already processed previously")
515515 print(f" 2. The properties file was manually updated with these versions")
516516 print(f" 3. The workflow was re-run on the same release")
517- print(f"\nAction Required:")
518- print(f" If this is unexpected, verify:")
519- print(f" - The release contains new assets not in the properties file")
520- print(f" - The asset filenames match the expected pattern for {module_name}")
521- print(f" - The version extraction logic is working correctly")
517+ print(f"\nNo action required - this is normal if the release was already processed.")
522518 print(f"{'='*70}\n")
523- exit(1 )
519+ exit(0 )
524520
525521 # Sort properties by version (semver)
526522 def extract_version(key):
You can’t perform that action at this time.
0 commit comments