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 8aeb749 commit af68be0Copy full SHA for af68be0
.github/workflows/release-readiness.yml
@@ -40,15 +40,10 @@ jobs:
40
# TODO: Change grep pattern when we decouple runtime and codegen releases
41
- name: Check for smithy-kotlin unreleased changes
42
run: |
43
- cd aws-sdk-kotlin
44
- pwd
45
- git status
46
- git branch --show-current
47
- SDK_BRANCH=$(git branch --show-current)
+ SDK_BRANCH=$(${{ github.head_ref }})
48
echo $SDK_BRANCH
49
50
cd ../smithy-kotlin
51
52
SMITHY_BRANCH=$(git branch --show-current)
53
echo $SMITHY_BRANCH
54
0 commit comments