Skip to content

Commit f623c85

Browse files
committed
Drop the -- for cargo login
1 parent 0ca8745 commit f623c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
toolchain: stable
1818
- run: cargo build
1919
- run: cargo test
20-
- run: cargo login -- ${{ secrets.CRATES_IO_TOKEN }}
20+
- run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
2121
- run: cargo publish
2222
- name: Create Release
2323
id: create_release

0 commit comments

Comments
 (0)