File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141 - name : Check for smithy-kotlin unreleased changes
4242 run : |
4343 SDK_BRANCH=${{ github.head_ref }}
44- echo $SDK_BRANCH
44+ echo "aws-sdk-kotlin branch: $SDK_BRANCH"
4545
46- cd ../ smithy-kotlin
47- SMITHY_BRANCH =$(git branch --show-current)
48- echo $SMITHY_BRANCH
46+ cd smithy-kotlin
47+ SMITHY_KOTLIN_BRANCH =$(git branch --show-current)
48+ echo "smithy-kotlin branch: $SMITHY_KOTLIN_BRANCH"
4949
50- if [ "$SDK_BRANCH" == "$SMITHY_BRANCH " ]; then
50+ if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH " ]; then
5151 cd ../aws-sdk-kotlin
5252 git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version"
5353 export SMITHY_KOTLIN_VERSION_BUMP=$($?)
You can’t perform that action at this time.
0 commit comments