Update publish
This commit is contained in:
parent
ffbeda128c
commit
29d64590cb
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -45,4 +45,4 @@ jobs:
|
|||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: ${{ github.ref }}
|
||||
branch: ${{ github.ref }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user