Skip to content

Commit

Permalink
Merge pull request #86 from promised-ai/bug/temporarily-allow-failing…
Browse files Browse the repository at this point in the history
…-crate-builds

Fix for the fact that some crates already got uploaded
  • Loading branch information
Swandog authored Apr 21, 2023
2 parents 85a59cf + 6d6e0c4 commit 3613309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ jobs:
- name: Publish to Crates.io
working-directory: lace
run: |
cargo publish --token "${CRATES_TOKEN}" -p lace_utils
cargo publish --token "${CRATES_TOKEN}" -p lace_utils || true
cargo publish --token "${CRATES_TOKEN}" -p lace_consts
cargo publish --token "${CRATES_TOKEN}" -p lace_consts || true
cargo publish --token "${CRATES_TOKEN}" -p lace_data
cargo publish --token "${CRATES_TOKEN}" -p lace_stats
Expand Down

0 comments on commit 3613309

Please sign in to comment.