Skip to content

Commit f5f8c18

Browse files
authored
Merge pull request #25 from artiz/claude/focused-curie-zkkv2p
fix(scripts): add fleischwolf-asr to the crates.io publish order
2 parents a3c7849 + 0ae321d commit f5f8c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci_publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -euo pipefail
1313
cd "$(dirname "$0")/.."
1414

1515
# Dependency order: a crate must be published before anything that depends on it.
16-
CRATES=(fleischwolf-core fleischwolf-pdf fleischwolf fleischwolf-cli)
16+
CRATES=(fleischwolf-core fleischwolf-pdf fleischwolf-asr fleischwolf fleischwolf-cli)
1717

1818
UA="fleischwolf-ci (https://github.com/artiz/fleischwolf)"
1919

0 commit comments

Comments
 (0)