Skip to content

Commit a599cf5

Browse files
committed
run ci
1 parent 4830edc commit a599cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-readiness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
SMITHY_KOTLIN_BRANCH=$(git branch --show-current)
4646
echo "smithy-kotlin branch: $SMITHY_KOTLIN_BRANCH"
4747
48-
if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
48+
if [ "$GITHUB_HEAD_REF" == "$SMITHY_KOTLIN_BRANCH" ]; then
4949
cd ../aws-sdk-kotlin
5050
git fetch origin
5151

0 commit comments

Comments
 (0)