mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-25 09:41:47 +08:00
Keep workflow running even if no release tag found
The action we used to delete the old release somehow cannot find the release tag in forked repo and cause the workflow failed. To solve this issue, simply setting `fail-if-no-release` option to false will do the trick.
This commit is contained in:
parent
0d5ac2a5e2
commit
76c7b0edbd
1
.github/workflows/generate_doc.yaml
vendored
1
.github/workflows/generate_doc.yaml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
fail-if-no-assets: false
|
fail-if-no-assets: false
|
||||||
|
fail-if-no-release: false
|
||||||
tag: latest
|
tag: latest
|
||||||
assets: |
|
assets: |
|
||||||
lkmpg.pdf
|
lkmpg.pdf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user