Skip to content

Commit 67a1f8e

Browse files
committed
Added step to deploy parent-pom to github packages
1 parent 69b111e commit 67a1f8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/eventbus-publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
}
4242
]
4343
44+
- name: Publish Parent-POM
45+
run: mvn -B deploy -f src/BuildingBlocks/parent-pom/pom.xml
46+
4447
- name: Run Eventbus Unit Tests
4548
run: mvn -B test -f src/BuildingBlocks/EventBus/eventbus/pom.xml
4649

0 commit comments

Comments
 (0)