Skip to content

Commit

Permalink
Drop the -- for cargo login
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Sep 5, 2023
1 parent 0ca8745 commit f623c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
toolchain: stable
- run: cargo build
- run: cargo test
- run: cargo login -- ${{ secrets.CRATES_IO_TOKEN }}
- run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
- run: cargo publish
- name: Create Release
id: create_release
Expand Down

0 comments on commit f623c85

Please sign in to comment.