Skip to content

Commit ee2f4ea

Browse files
committed
Undummy rust deploy action
1 parent df1e20f commit ee2f4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Publish to crates.io
22-
run: cd Rust && cargo publish --dry-run
22+
run: cd Rust && cargo publish
2323
env:
2424
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)