Skip to content

Commit

Permalink
remove dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 22, 2024
1 parent 6df4b3c commit 7867547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Set up Rust
run: rustup update stable && rustup default stable
- name: Publish to crates.io
run: cargo publish --dry-run --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 7867547

Please sign in to comment.