Login takes not token argument
This commit is contained in:
parent
f8989dfd1a
commit
144ecdea34
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: login
|
command: login
|
||||||
args: -- --token ${{ secrets.CRATES_IO_TOKEN }}
|
args: ${{ secrets.CRATES_IO_TOKEN }}
|
||||||
|
|
||||||
- name: Publish qbittorrent-web-api-gen
|
- name: Publish qbittorrent-web-api-gen
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user