We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1e20f commit ee2f4eaCopy full SHA for ee2f4ea
.github/workflows/publish-rust.yml
@@ -19,6 +19,6 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Publish to crates.io
22
- run: cd Rust && cargo publish --dry-run
+ run: cd Rust && cargo publish
23
env:
24
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments