Skip to content

Commit

Permalink
fix: continue even if it fails to publish to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Mar 3, 2023
1 parent 733e4b3 commit da94f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
run: sudo apt install libasound2-dev binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu
- name: Publish to crates.io
if: matrix.os == 'ubuntu-22.04' && matrix.target == 'x86_64-unknown-linux-gnu'
continue-on-error: true
uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down

0 comments on commit da94f40

Please sign in to comment.