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 274173d commit f3daf2aCopy full SHA for f3daf2a
.github/workflows/kat-transform.yml
@@ -57,7 +57,7 @@ jobs:
57
kat bump-version # Bump from `vNext-SNAPSHOT` to `vNext`. kat transform only works on non-SNAPSHOT versions
58
kat bump-version --property codegenVersion
59
./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true build
60
- ./gradlew publishAllPublicationsToTestLocalRepository
+ ./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true publishAllPublicationsToTestLocalRepository
61
62
- name: Transform
63
working-directory: ./smithy-kotlin
0 commit comments