Add version verification

This commit is contained in:
Joel Wachsler
2022-07-10 18:09:08 +00:00
parent 690cc5e1e6
commit 26143ad733
4 changed files with 20 additions and 6 deletions
+6 -4
View File
@@ -7,11 +7,17 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Verify version
run: ./.github/verify_version.sh
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Extract
- name: Login
uses: actions-rs/cargo@v1
with:
@@ -29,8 +35,4 @@ jobs:
with:
command: publish
# - name: Publish qbittorrent-web-api
# uses: actions-rs/cargo@v1
# with:
# command: publish