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 8f16327 commit b2f1ac0Copy full SHA for b2f1ac0
.github/workflows/codegen-ci.yml
@@ -42,3 +42,8 @@ jobs:
42
run: |
43
cd ./codegen
44
./gradlew clean sdk-codegen:build smithy-aws-typescript-codegen:build protocol-test-codegen:build -Plog-tests
45
+
46
+ - name: publish codegen
47
+ run: |
48
+ cd ./codegen
49
+ ./gradlew :smithy-aws-typescript-codegen:publish
0 commit comments