Skip to content

Commit 76c7b0e

Browse files
committed
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.
1 parent 0d5ac2a commit 76c7b0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate_doc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
token: ${{ github.token }}
2525
fail-if-no-assets: false
26+
fail-if-no-release: false
2627
tag: latest
2728
assets: |
2829
lkmpg.pdf

0 commit comments

Comments
 (0)