Skip to content

Commit 3d49ea8

Browse files
committed
debugging
1 parent 4b3846a commit 3d49ea8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-readiness.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
path: 'aws-sdk-kotlin'
18+
ref: '${{ github.head_ref }}'
1819

1920
# - name: Configure Gradle
2021
# uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
@@ -40,10 +41,11 @@ jobs:
4041
# TODO: Change grep pattern when we decouple runtime and codegen releases
4142
- name: Check for smithy-kotlin unreleased changes
4243
run: |
43-
SDK_BRANCH=${{ github.head_ref }}
44+
cd aws-sdk-kotlin
45+
SDK_BRANCH=$(git branch --show-current)
4446
echo "aws-sdk-kotlin branch: $SDK_BRANCH"
4547
46-
cd smithy-kotlin
48+
cd ../smithy-kotlin
4749
SMITHY_KOTLIN_BRANCH=$(git branch --show-current)
4850
echo "smithy-kotlin branch: $SMITHY_KOTLIN_BRANCH"
4951

0 commit comments

Comments
 (0)