Skip to content

Commit 488e3c1

Browse files
authored
Merge pull request #2846 from input-output-hk/jpraynaud/2726-fix-crates-publication
fix: add missing published crates in CI
2 parents 27e041d + c872cbc commit 488e3c1

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,8 @@ jobs:
561561
mithril-stm,
562562
mithril-build-script,
563563
mithril-common,
564+
mithril-aggregator-client,
565+
mithril-aggregator-discovery,
564566
mithril-cardano-node-internal-database,
565567
mithril-client,
566568
]

.github/workflows/pre-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ jobs:
296296
mithril-stm,
297297
mithril-build-script,
298298
mithril-common,
299+
mithril-aggregator-client,
300+
mithril-aggregator-discovery,
299301
mithril-cardano-node-internal-database,
300302
mithril-client,
301303
]

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ jobs:
216216
mithril-stm,
217217
mithril-build-script,
218218
mithril-common,
219+
mithril-aggregator-client,
220+
mithril-aggregator-discovery,
219221
mithril-cardano-node-internal-database,
220222
mithril-client,
221223
]

0 commit comments

Comments
 (0)