Skip to content

Commit 59f0490

Browse files
authored
ci: Remove regen_openapi.sh from kotlin release (#1743)
The `regen_openapi.sh` does not generate our kotlin lib anymore
2 parents e91305e + 3e4ca6d commit 59f0490

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/kotlin-release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
distribution: 'temurin'
2424
java-version: '11'
2525

26-
- name: Regen openapi libs
27-
run: |
28-
yarn
29-
./regen_openapi.sh
30-
3126
- name: Restore gradle.properties
3227
run: |
3328
mkdir -p ~/.gradle/

0 commit comments

Comments
 (0)