Publish sub-package

This commit is contained in:
Joel Wachsler 2022-07-10 17:42:24 +00:00
parent 144ecdea34
commit 690cc5e1e6

View File

@ -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