Publish sub-package
This commit is contained in:
parent
144ecdea34
commit
690cc5e1e6
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -19,6 +19,12 @@ jobs:
|
||||||
args: ${{ 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
|
||||||
|
with:
|
||||||
|
command: publish
|
||||||
|
args: --package qbittorrent-web-api-gen
|
||||||
|
|
||||||
|
- name: Publish qbittorrent-web-api
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: publish
|
command: publish
|
||||||
|
|
Loading…
Reference in New Issue
Block a user