Skip to content

Commit b6db9ab

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5885082 commit b6db9ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
# Find and upload jar files from target directories
219219
# Exclude SNAPSHOT jars, only include release artifacts
220220
for module in xapi-client xapi-model xapi-model-spring-boot-starter; do
221-
echo "Processing module: $module"
221+
echo "Processing module: $module"
222222
223223
# Upload all jar files (main, sources, javadoc, etc.)
224224
for jar in "$module/target"/*.jar; do

0 commit comments

Comments
 (0)