Skip to content

Commit

Permalink
Undummy rust deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Oct 15, 2023
1 parent df1e20f commit ee2f4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit ee2f4ea

Please sign in to comment.