Skip to content

Commit c73c9a7

Browse files
committed
chore: fix tagging release testing in RELEASE.md
1 parent 10e2144 commit c73c9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Where `vX.X.X` is the release tag you'll be making.
3636
Given the `vX.X.X` tag from above (which should not yet have been made) you can trigger release testing and creation of the tag with the following:
3737

3838
```console
39-
$ GITHUB_TOKEN=<YOUR_TOKEN> GITHUB_ORG=kong GITHUB_REPO=kubernetes-testing-framework go run internal/ci/workflows/main.go release-testing.yaml main tag=vX.X.X
39+
$ GITHUB_TOKEN=<YOUR_TOKEN> GITHUB_ORG=kong GITHUB_REPO=kubernetes-testing-framework go run internal/ci/workflows/main.go release-testing.yaml main vX.X.X
4040
```
4141

4242
The above will start a workflow that runs the release tests, when they succeed the workflow will create the `vX.X.X` tag and then you can complete the release.

0 commit comments

Comments
 (0)