Skip to content

Commit

Permalink
ci: Remove --dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoschiko authored and duesee committed Nov 18, 2024
1 parent cfe5cf1 commit fe9bb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Publish crate to crates.io
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish --dry-run
run: cargo publish

0 comments on commit fe9bb42

Please sign in to comment.