Skip to content

Commit

Permalink
Drop auto creation of releases
Browse files Browse the repository at this point in the history
It's failing, and wasn't doing much anyway.

Signed-off-by: Scott Andrews <[email protected]>
  • Loading branch information
scothis committed Mar 27, 2024
1 parent 30f2025 commit 73d57ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 73d57ea

Please sign in to comment.