From ec00dd6318adfc246c065fc41b8f9d227982f443 Mon Sep 17 00:00:00 2001 From: Andrii Perenesenko Date: Wed, 20 Oct 2021 09:40:25 -0700 Subject: [PATCH] fix: release the dashboard-install.yaml (#1601) Signed-off-by: Andrii Perenesenko --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 301a5b611a..677476ed8f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -130,6 +130,7 @@ jobs: dist/kubectl-argo-rollouts-linux-amd64 dist/kubectl-argo-rollouts-darwin-amd64 dist/kubectl-argo-rollouts-windows-amd64 + manifests/dashboard-install.yaml manifests/install.yaml manifests/namespace-install.yaml manifests/notifications-install.yaml