From 886eb4b109d3cb85cd34f7c28b7887a7253eb743 Mon Sep 17 00:00:00 2001 From: laurentsimon <64505099+laurentsimon@users.noreply.github.com> Date: Fri, 25 Aug 2023 09:56:09 -0700 Subject: [PATCH] fix: link to installer Action (#698) 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).