Skip to content

Commit 90c554c

Browse files
committed
🔄 synced local '.github/workflows/update-module-properties.yml' with remote '.releases/update-module-properties.yml'
1 parent b3b43b5 commit 90c554c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

‎.github/workflows/update-module-properties.yml‎

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)