Skip to content

Commit

Permalink
chore(cd): don't fail-fast for publishing to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMichaelTDM committed Oct 11, 2024
1 parent 24813e3 commit ea5dce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
mecomp-tui,
]
max-parallel: 1
fail-fast: false # Continue with other crates even if one fails, this is necessary because not all crates need to be published for any given release
runs-on: ubuntu-latest
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down

0 comments on commit ea5dce7

Please sign in to comment.