ci(release): fix job dependencies

This commit is contained in:
2022-11-14 18:37:48 +00:00
parent adcbb38c6c
commit 2e7557a9aa

View File

@@ -35,7 +35,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
needs: [build]
needs: [build, helm-lint]
if: github.ref == 'refs/heads/main'
steps:
- uses: google-github-actions/release-please-action@v3