Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens authored Sep 15, 2023
1 parent e96f771 commit 78b4809
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ jobs:

update-helm:
uses: ./.github/workflows/update-helm-chart.yml
needs: release
needs:
- release
- analyze-commits
secrets: inherit
with:
version: ${{ needs.analyze-commits.outputs.release-version }}
Expand Down

0 comments on commit 78b4809

Please sign in to comment.