Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 2652d53

Browse files
fix: circleci config after merge side effects (#852)
1 parent a3aed28 commit 2652d53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ jobs:
314314
name: Submodule_Initialization
315315
command: |
316316
. .circleci/init_submodules.sh
317+
- run:
317318
name: Export_Lib_Version
318319
command: |
319320
. .circleci/export_lib_version.sh
@@ -322,6 +323,9 @@ jobs:
322323
command: |
323324
. tools/generate_interfaces.sh
324325
- run:
326+
name: Publish_jar
327+
command: |
328+
. .circleci/publish_jar.sh
325329
- deploy:
326330
name: Deploy_Artifacts
327331
command: |

0 commit comments

Comments
 (0)