Skip to content

Commit 3db7022

Browse files
committed
debugging
1 parent 333e47a commit 3db7022

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-readiness.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
5454
cd ../aws-sdk-kotlin
5555
git fetch origin
56+
57+
git diff origin/main -- gradle/libs.versions.toml
58+
5659
SMITHY_KOTLIN_VERSION_BUMP=$(git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version")
5760
5861
if [ "$SMITHY_KOTLIN_VERSION_BUMP" != 0 ]; then
@@ -66,5 +69,5 @@ jobs:
6669
- name: Emit error message
6770
if: ${{ failure() }}
6871
run: |
69-
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?"
7073
exit 1

0 commit comments

Comments
 (0)