We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333e47a commit 3db7022Copy full SHA for 3db7022
.github/workflows/release-readiness.yml
@@ -53,6 +53,9 @@ jobs:
53
if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
54
cd ../aws-sdk-kotlin
55
git fetch origin
56
+
57
+ git diff origin/main -- gradle/libs.versions.toml
58
59
SMITHY_KOTLIN_VERSION_BUMP=$(git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version")
60
61
if [ "$SMITHY_KOTLIN_VERSION_BUMP" != 0 ]; then
@@ -66,5 +69,5 @@ jobs:
66
69
- name: Emit error message
67
70
if: ${{ failure() }}
68
71
run: |
- echo "::error ::Did you forget to release smithy-kotlin and bump the dependency version?"
72
+ echo "::error::Did you forget to release smithy-kotlin and bump the dependency version?"
73
exit 1
0 commit comments