Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ jobs:
git tag "${TAG}"
git push origin "${TAG}"

- name: Preflight publish checks
run: |
cargo fetch --locked
cargo publish --dry-run

# Trusted Publishing via OIDC: no CARGO_REGISTRY_TOKEN is needed.
# Make sure the crate is configured on crates.io with a GitHub publisher link.
- name: Publish
Expand Down
Loading