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.
shell
1 parent 5166805 commit 9ff195cCopy full SHA for 9ff195c
.github/actions/setup-build/action.yml
@@ -7,6 +7,7 @@ runs:
7
steps:
8
- name: Extract aws-kotlin-repo-tools version
9
working-directory: ./smithy-kotlin
10
+ shell: bash
11
run: |
12
export AWS_KOTLIN_REPO_TOOLS_VERSION=$(grep '^aws-kotlin-repo-tools-version' ./gradle/libs.versions.toml | sed -E 's/.*= "(.*)"/\1/')
13
echo "Using aws-kotlin-repo-tools version $AWS_KOTLIN_REPO_TOOLS_VERSION"
0 commit comments