Skip to content

Commit b2f1ac0

Browse files
authored
chore(ci): run publish for codegen (#7415)
1 parent 8f16327 commit b2f1ac0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codegen-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ jobs:
4242
run: |
4343
cd ./codegen
4444
./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

Comments
 (0)