File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments