Skip to content

Commit 2f05ff0

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/manual-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ jobs:
227227
228228
# Skip SNAPSHOT jars
229229
if [[ "$jar" == *-SNAPSHOT.jar ]]; then
230-
echo "Skipping SNAPSHOT jar: $jar"
231-
continue
230+
echo "Skipping SNAPSHOT jar: $jar"
231+
continue
232232
fi
233233
234234
echo "Uploading: $jar"

0 commit comments

Comments
 (0)