Update publish

This commit is contained in:
Joel Wachsler 2022-07-11 00:27:53 +02:00
parent ffbeda128c
commit 29d64590cb
2 changed files with 6 additions and 1 deletions

View File

@ -57,6 +57,11 @@ jobs:
command: publish
args: --package qbittorrent-web-api-gen
- name: Sleep for 10 seconds - wait for qbittorrent-web-api-gen to be available
uses: jakejarvis/wait-action@master
with:
time: '10s'
- name: Publish qbittorrent-web-api
uses: actions-rs/cargo@v1
with:

View File

@ -45,4 +45,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
branch: ${{ github.ref }}