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