We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca8745 commit f623c85Copy full SHA for f623c85
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
toolchain: stable
18
- run: cargo build
19
- run: cargo test
20
- - run: cargo login -- ${{ secrets.CRATES_IO_TOKEN }}
+ - run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
21
- run: cargo publish
22
- name: Create Release
23
id: create_release
0 commit comments