Skip to content

Commit 694cf4f

Browse files
committed
chore: update build configuration and add publishing tasks
1 parent f451438 commit 694cf4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-publish-sdk.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
working-directory: generator/src/main/resources/post-processor
2424
run: npm ci && npm run clean && npm run compile
2525

26+
- name: Build Project
27+
run: gradle build
28+
2629
- name: Generate SDK
2730
working-directory: generator
2831
run: |

0 commit comments

Comments
 (0)