Skip to content

Commit

Permalink
release(prod): add protoc dependency and fix the crates order (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianbarbu authored May 22, 2023
1 parent 7d15a5f commit 5b9885c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ jobs:
resource_class: medium
steps:
- checkout
- install-protoc
- run:
name: Crate publishing in order
command: |
Expand Down Expand Up @@ -860,14 +861,15 @@ workflows:
"services/shuttle-rocket",
"services/shuttle-salvo",
"services/shuttle-serenity",
"services/shuttle-thruset",
"services/shuttle-thruster",
"services/shuttle-tide",
"services/shuttle-tower",
"services/shuttle-warp"
]
name: publish-<< matrix.path >>
requires:
- publish-cargo-shuttle
- publish-shuttle-runtime
filters:
branches:
only: production

0 comments on commit 5b9885c

Please sign in to comment.