From b80317af0a08ff920f440bdca5d3147fc135e2df Mon Sep 17 00:00:00 2001 From: David Hwang <69114096+dhij@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:27:37 -0500 Subject: [PATCH] Update README.md Co-authored-by: llDrLove --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b120efa4..e35f7d51 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,8 @@ make uninstall 2. Create and merge PR 3. [Trigger the `release` GitHub action workflow](https://github.com/digitalocean/do-operator/actions/workflows/release.yml) - Draft a new release [here](https://github.com/digitalocean/do-operator/releases) for the new version - - Creating a new tag will trigger a new release as defined in the [release.yml](https://github.com/digitalocean/do-operator/blob/main/.github/workflows/release.yml) + - Creating a new release will trigger the [release](https://github.com/digitalocean/do-operator/actions/workflows/release.yml) Github Action + - Follow the [release](https://github.com/digitalocean/do-operator/actions/workflows/release.yml) Github Action until successful completion. ## Contributing