From 4e414efe0de19023098f9a65edc63fd503222f2f Mon Sep 17 00:00:00 2001 From: Alexander Greene Date: Thu, 11 May 2023 13:26:25 -0400 Subject: [PATCH] Update RELEASE.md to point to correct url 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 --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index b5338994e..f1b6b2590 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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).