Skip to content

Commit

Permalink
We need to first publish AKD so it's available in crates.io to build …
Browse files Browse the repository at this point in the history
…AKD_MYSQL. Is a problem for contract breaks, so we need to be SURE akd_mysql builds (CI should protect this) (#108)

Co-authored-by: Sean Lawlor <[email protected]>
  • Loading branch information
slawlor and slawlor authored Dec 10, 2021
1 parent c20310e commit f8f6253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
CRATES_IO_TOKEN: ${{ secrets.crates_io_token }}
- name: Dry run publish AKD
run: cargo publish --dry-run --manifest-path Cargo.toml -p akd
- name: Dry run publish AKD_MYSQL
run: cargo publish --dry-run --manifest-path Cargo.toml -p akd_mysql
- name: Publish crate akd
run: cargo publish --manifest-path Cargo.toml -p akd
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.crates_io_token }}
- name: Dry run publish AKD_MYSQL
run: cargo publish --dry-run --manifest-path Cargo.toml -p akd_mysql
- name: Publish crate akd_mysql
run: cargo publish --manifest-path Cargo.toml -p akd_mysql
env:
Expand Down

0 comments on commit f8f6253

Please sign in to comment.