mirror of https://github.com/linkerd/linkerd2.git
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 <alex@buoyant.io>
This commit is contained in:
parent
555fb14403
commit
8b04a657e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue