Просмотр исходного кода

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.
fennecJ 3 лет назад
Родитель
Сommit
76c7b0edbd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .github/workflows/generate_doc.yaml

+ 1 - 0
.github/workflows/generate_doc.yaml

@@ -23,6 +23,7 @@ jobs:
         with:
           token: ${{ github.token }}
           fail-if-no-assets: false
+          fail-if-no-release: false
           tag: latest
           assets: |
             lkmpg.pdf