Skip to content

Commit

Permalink
Fix CI pipeline for cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsramko committed Feb 26, 2024
1 parent 1824c2f commit 805f3b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ jobs:
# publish_dir: ./target/doc

- name: Publish to crates.io
run: cargo publish
run: cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 805f3b1

Please sign in to comment.