Skip to content

Commit

Permalink
cargo publish error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodesdev committed May 6, 2024
1 parent 3749a35 commit d7585be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:

- name: Cargo publish
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: cargo publish -p rustfinity
run: cargo publish -p rustfinity || true

0 comments on commit d7585be

Please sign in to comment.