ci(chart): try again to make release-please update Chart.yaml correctly

This commit is contained in:
2025-03-16 01:11:04 +00:00
parent 317782e77e
commit 2f658ecfcb
2 changed files with 6 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -32,7 +31,6 @@ jobs:
run: helm template chart
release-please:
name: Release Please
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/heads/')
permissions: