From 93610257123e94083ef1edcf5ba6b7c07f3f145c Mon Sep 17 00:00:00 2001 From: laurentsimon Date: Fri, 25 Aug 2023 16:42:47 +0000 Subject: [PATCH] fix link Signed-off-by: laurentsimon --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index f758aeaef..f9e4f6d2a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -43,7 +43,7 @@ Check the following: ```shell $ ./slsa-verifier version 2>&1 | grep GitVersion ``` -5. Ensure the installer Action works by manually running the [schedule.installer.yml](https://github.com/slsa-framework/slsa-verifier/actions/workflows/pre-submit.actions.yml). +5. Ensure the installer Action works by manually running the [e2e.schedule.installer.yml](https://github.com/slsa-framework/slsa-verifier/actions/workflows/e2e.schedule.installer.yml). If both of these steps succeed, then move on to the [Final Release](#final-release).