Skip to content

Commit

Permalink
fix(build): add missing dependency to chart-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yvigara committed Jan 3, 2023
1 parent 09e1627 commit f43016a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

chart-release:
needs: release-please
runs-on: ubuntu-latest
if: ${{ needs.release-please.outputs.release_created }}
steps:
Expand Down

0 comments on commit f43016a

Please sign in to comment.