Skip to content

Commit bdd89e6

Browse files
authored
update (#588)
1 parent eec4e80 commit bdd89e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ $ "$GH" release -R "$VERIFIER_REPOSITORY" upload "$VERIFIER_TAG" slsa-verifier-l
5050
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.
5151
1. For the Go builder, update the file `$BUILDER_REPOSITORY/main/.github/workflows/builder_go_slsa3.yml#L98` to:
5252
```yaml
53-
uses: $BUILDER_REPOSITORY/.github/workflows/builder_go_slsa3.yml@$BUILDER_TAG
53+
uses: $BUILDER_REPOSITORY/.github/actions/generate-builder@$BUILDER_TAG
5454
```
5555
1. For the Generic generator, update the file `$BUILDER_REPOSITORY/main/.github/workflows/generic_generator_slsa3.yml#L98`to:
5656
```yaml
57-
uses: $BUILDER_REPOSITORY/.github/workflows/generic_generator_slsa3.yml@$BUILDER_TAG
57+
uses: $BUILDER_REPOSITORY/.github/actions/generate-builder@$BUILDER_TAG
5858
```
5959
1. Create a release for the builders for this branch:
6060
```shell

0 commit comments

Comments
 (0)