Skip to content

Commit

Permalink
continue on error for crates.io publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jewlexx committed Jan 18, 2025
1 parent 7c4a3b7 commit 3443ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
- name: Publish to crates.io
if: ${{ !github.event.release.prerelease }}
run: cargo publish
continue-on-error: true

- name: Build and Package
if: ${{ !github.event.release.prerelease }}
Expand Down

0 comments on commit 3443ac6

Please sign in to comment.