From 8b04a657e0be7deecc8fb66987c16baa67dee6ec Mon Sep 17 00:00:00 2001 From: Alex Leong Date: Tue, 26 May 2020 09:27:25 -0700 Subject: [PATCH] Fix typo in release workflow (#4475) This should fix the warning in the release action: https://github.com/linkerd/linkerd2/actions/runs/111938670 Signed-off-by: Alex Leong --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 696fef893..d8c0fd0dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -227,7 +227,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: draft: false - prelease: false + prerelease: false body_path: NOTES.md files: | ./target/release/linkerd2-cli-*-darwin