From f61ee01cf8095c7ffba62f3b8b04563cb4de6cfd Mon Sep 17 00:00:00 2001 From: Harry Hochheiser Date: Wed, 29 May 2024 16:26:42 -0400 Subject: [PATCH] Update midas-editors.md --- src/docs/midas-editors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/midas-editors.md b/src/docs/midas-editors.md index 7c47acd..f14817a 100644 --- a/src/docs/midas-editors.md +++ b/src/docs/midas-editors.md @@ -11,3 +11,5 @@ 1. Even without performing an edit, you can manually run a release by going to the [GitHub Actions Tab](https://github.com/midas-network/midas-data/actions/workflows/release.yml) and clicking on the "Run workflow" button on the right. Make sure the `main` branch is selected, and click `Run workflow` (green button) again. Currently, a full release takes about 90-100 seconds. 1. When a release has failed, you will receive an email. You can head, again, to the [GitHub Actions Tab](https://github.com/midas-network/midas-data/actions/workflows/release.yml) and click on the last failed run of the action (red X). You then click on the failed task (for example, `build` or `Create Release`), and read through the documentation. The most likely reason of failure is that you tried to create a second release after you have already created one, but occassionally, there may be problems with the ontology (such as a logical inconsistency). +References: +1. [Ontology Development Kit](https://incatools.github.io/ontology-development-kit/)