Skip to content

Commit 8b0e57a

Browse files
authored
Merge pull request #291 from siketyan/ci/fix-typo
ci: Fix typo
2 parents f26518d + 92686c6 commit 8b0e57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
uses: dtolnay/rust-toolchain@stable
120120

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

124124
- name: Publish to crates.io
125125
run: cargo publish --allow-dirty

0 commit comments

Comments
 (0)