Skip to content

Commit

Permalink
Update RELEASE.md to point to correct url (#212)
Browse files Browse the repository at this point in the history
Problem: The RELEASE.md file currently points to the
operator-lifecycle-manager's release github action instead of the
operator-controller's release github action.

Solution: Update the RELEASE.md document to points to the correct github
action.

Signed-off-by: Alexander Greene <greene.al1991@gmail.com>
  • Loading branch information
awgreene authored May 11, 2023
1 parent 2e8ae6d commit 0e2ddd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ git push upstream v1.2.0
```

### Post-Steps
Once the tag has been pushed the release action should run automatically. You can view the progress [here](https://github.com/operator-framework/operator-lifecycle-manager/actions/workflows/goreleaser.yaml). When finished, the release should then be available on the [releases page](https://github.com/operator-framework/operator-controller/releases).
Once the tag has been pushed the release action should run automatically. You can view the progress [here](https://github.com/operator-framework/operator-controller/actions/workflows/release.yaml). When finished, the release should then be available on the [releases page](https://github.com/operator-framework/operator-controller/releases).

0 comments on commit 0e2ddd1

Please sign in to comment.