From b193d0d3329fcb64ccfa44dcf2240abc7474cc2f Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Mon, 13 Feb 2023 22:06:33 +0000 Subject: [PATCH] updated workflow Signed-off-by: Alex Jones --- .github/workflows/release.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a82a63a..5a59ae6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -74,4 +74,10 @@ jobs: with: go-version: ${{ env.DEFAULT_GO_VERSION }} - run: | - make release-manifests \ No newline at end of file + make release-manifests + - name: Release + uses: softprops/action-gh-release@v1 + with: + tag_name: latest + files: | + config/rendered/release.yaml