From 10d3fbf01ceab6616758480b573e7769285e78b2 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Mon, 17 Oct 2022 22:21:30 +0900 Subject: [PATCH] Fix reference to generic generator (#1063) Signed-off-by: Ian Lewis Signed-off-by: Ian Lewis Co-authored-by: asraa --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index c9fd644518..df083adf7d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -54,13 +54,13 @@ There is one integration test we cannot easily test "live", so we need to simula 1. Ensure your fork of the builder is at the same commit hash as the offical builder's `$BUILDER_TAG` release. 1. Create a new branch `git checkout -b "$BUILDER_REF"` 1. Update the file `$BUILDER_REPOSITORY/main/.github/actions/generate-builder/action.yml` by replacing the strings `BUILDER_REPOSITORY` and `VERIFIER_REPOSITORY` with your own username (value of `$GITHUB_USERNAME`). Then push the changes. -1. For the Go builder, update the file `$BUILDER_REPOSITORY/main/.github/workflows/builder_go_slsa3.yml#L98` to: +1. For the Go builder, update the file `$BUILDER_REPOSITORY/main/.github/workflows/builder_go_slsa3.yml` to: ```yaml uses: $BUILDER_REPOSITORY/.github/actions/generate-builder@$BUILDER_TAG ``` -1. For the Generic generator, update the file `$BUILDER_REPOSITORY/main/.github/workflows/generic_generator_slsa3.yml#L98`to: +1. For the Generic generator, update the file `$BUILDER_REPOSITORY/main/.github/workflows/generator_generic_slsa3.yml`to: ```yaml uses: $BUILDER_REPOSITORY/.github/actions/generate-builder@$BUILDER_TAG