Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ jobs:
publish fakecloud-dsql
publish fakecloud-resource-groups # only core/persistence/aws deps
publish fakecloud-resource-groups-tagging # only core/persistence/aws deps
publish fakecloud-elasticache
publish fakecloud-elasticbeanstalk # only core/persistence/aws deps
publish fakecloud-memorydb # only core/persistence/aws deps
publish fakecloud-kinesisanalyticsv2 # only core/persistence/aws deps
Expand Down Expand Up @@ -275,6 +274,7 @@ jobs:

# Layer 4: depend on layer 3a/3b crates
publish fakecloud-s3 # depends on kms
publish fakecloud-elasticache # depends on s3
publish fakecloud-route53resolver # depends on ec2, s3 (ImportFirewallDomains)
publish fakecloud-acmpca # depends on s3 (audit-report delivery), acm, kms
publish fakecloud-ecr # depends on iam, kms
Expand Down
Loading