From 3fad527734b18f94eab6e3f69ac277cf183e62b4 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 3 Jun 2021 12:51:25 -0500 Subject: [PATCH] docs: Fix Release Process document MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR updates the correct url for github actions as well as it corrects a misspelling. Fixes #1960 Signed-off-by: Gabriela Cervantes (cherry picked from commit 9158ec68cc30889c773a97bbe34ef73e18f25fe4) Signed-off-by: Fabiano FidĂȘncio --- docs/Release-Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Release-Process.md b/docs/Release-Process.md index 394d235819..67932b80e9 100644 --- a/docs/Release-Process.md +++ b/docs/Release-Process.md @@ -60,7 +60,7 @@ ### Check Git-hub Actions - We make use of [GitHub actions](https://github.com/features/actions) in this [file](https://github.com/kata-containers/kata-containers/blob/master/.github/workflows/main.yaml) in the `kata-containers/kata-containers` repository to build and upload release artifacts. This action is auto triggered with the above step when a new tag is pushed to the `kata-containers/kata-conatiners` repository. + We make use of [GitHub actions](https://github.com/features/actions) in this [file](https://github.com/kata-containers/kata-containers/blob/main/.github/workflows/main.yaml) in the `kata-containers/kata-containers` repository to build and upload release artifacts. This action is auto triggered with the above step when a new tag is pushed to the `kata-containers/kata-containers` repository. Check the [actions status page](https://github.com/kata-containers/kata-containers/actions) to verify all steps in the actions workflow have completed successfully. On success, a static tarball containing Kata release artifacts will be uploaded to the [Release page](https://github.com/kata-containers/kata-containers/releases).