Skip to content

Commit

Permalink
ci: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Dec 31, 2023
1 parent c6cca6a commit 92686c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Log into crates.io
run: cargo login '${{ secrets.CRATES_IO_TOKEN }}
run: cargo login '${{ secrets.CRATES_IO_TOKEN }}'

- name: Publish to crates.io
run: cargo publish --allow-dirty
Expand Down

0 comments on commit 92686c6

Please sign in to comment.