Skip to content

Commit 2299319

Browse files
committed
debugging
1 parent 381a219 commit 2299319

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-readiness.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,13 @@ jobs:
5454
cd ../aws-sdk-kotlin
5555
git fetch origin
5656
57-
git diff origin/main -- gradle/libs.versions.toml
58-
5957
SMITHY_KOTLIN_VERSION_BUMP=$(git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version")
6058
6159
if [ "$SMITHY_KOTLIN_VERSION_BUMP" -ne 0 ]; then
6260
echo "::error::Matching smithy-kotlin and aws-sdk-kotlin branches but no smithy-kotlin version bump"
6361
exit 1
6462
else
65-
echo "::notice::Matching smithy-kotlin and aws-sdk-kotlin branches with smithy-kotlin version bump detected"
63+
echo "::warning::Matching smithy-kotlin and aws-sdk-kotlin branches with smithy-kotlin version bump detected"
6664
fi
6765
fi
6866

0 commit comments

Comments
 (0)