Skip to content

Commit

Permalink
update (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Jul 19, 2022
1 parent eec4e80 commit bdd89e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdd89e6

Please sign in to comment.