Skip to content

Commit

Permalink
Merge pull request #291 from siketyan/ci/fix-typo
Browse files Browse the repository at this point in the history
ci: Fix typo
  • Loading branch information
siketyan authored Dec 31, 2023
2 parents f26518d + 92686c6 commit 8b0e57a
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 8b0e57a

Please sign in to comment.