Add publish token
This commit is contained in:
parent
a5c76d31dd
commit
620c6f33a4
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -12,6 +12,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|
||||||
|
- name: Login
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: login
|
||||||
|
args: --token ${{ 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
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user