From bdd89e60dc5387d8f819bebc702987956bcd4913 Mon Sep 17 00:00:00 2001 From: laurentsimon <64505099+laurentsimon@users.noreply.github.com> Date: Tue, 19 Jul 2022 11:02:42 -0700 Subject: [PATCH] update (#588) --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 03ad3ba367..2146e60e1c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -50,11 +50,11 @@ $ "$GH" release -R "$VERIFIER_REPOSITORY" upload "$VERIFIER_TAG" slsa-verifier-l 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: ```yaml - uses: $BUILDER_REPOSITORY/.github/workflows/builder_go_slsa3.yml@$BUILDER_TAG + 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: ```yaml - uses: $BUILDER_REPOSITORY/.github/workflows/generic_generator_slsa3.yml@$BUILDER_TAG + uses: $BUILDER_REPOSITORY/.github/actions/generate-builder@$BUILDER_TAG ``` 1. Create a release for the builders for this branch: ```shell