From 73d57ea94c2436ac3329b87ed2166bb11d279b41 Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Wed, 27 Mar 2024 10:44:41 -0400 Subject: [PATCH] Drop auto creation of releases It's failing, and wasn't doing much anyway. Signed-off-by: Scott Andrews --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25489ad..40a7a7d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,8 +26,3 @@ jobs: uses: codecov/codecov-action@v4 with: token: c96972a3-b76b-4ec0-a2b6-1460214120c5 - - name: Update the release with Kubernetes resources - uses: softprops/action-gh-release@v2 - if: startsWith(github.ref, 'refs/tags/') - with: - draft: true