qbittorrent_web_api/.github/workflows/release.yml

30 lines
645 B
YAML
Raw Normal View History

2022-07-10 19:23:54 +02:00
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
2022-07-10 19:35:23 +02:00
- name: Login
uses: actions-rs/cargo@v1
with:
command: login
2022-07-10 19:36:14 +02:00
args: -- --token ${{ secrets.CRATES_IO_TOKEN }}
2022-07-10 19:35:23 +02:00
2022-07-10 19:23:54 +02:00
- name: Publish qbittorrent-web-api-gen
uses: actions-rs/cargo@v1
with:
command: publish
# - name: Publish qbittorrent-web-api
# uses: actions-rs/cargo@v1
# with:
# command: publish