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 cadfb24 commit 5aab402Copy full SHA for 5aab402
.github/workflows/kat-transform.yml
@@ -29,6 +29,9 @@ jobs:
29
with:
30
path: 'smithy-kotlin'
31
32
+ - name: Setup build
33
+ uses: ./smithy-kotlin/.github/actions/setup-build
34
+
35
- name: Configure AWS Credentials
36
uses: aws-actions/configure-aws-credentials@v4
37
@@ -53,8 +56,8 @@ jobs:
53
56
ls -lsa
54
57
kat bump-version # Bump from `vNext-SNAPSHOT` to `vNext`. kat transform only works on non-SNAPSHOT versions
55
58
kat bump-version --property codegenVersion
- ./gradlew -Paws.kotlin.native=false build
- ./gradlew -Paws.kotlin.native=false publishAllPublicationsToTestLocalRepository
59
+ ./gradlew build
60
+ ./gradlew publishAllPublicationsToTestLocalRepository
61
62
- name: Transform
63
working-directory: ./smithy-kotlin
0 commit comments