Skip to content

Commit

Permalink
Fix helm chart publish dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Nov 14, 2024
1 parent 1d8420a commit 056bce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
release-helm-chart:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
needs: [build-create-release]
needs: [build-container]
permissions: write-all
steps:
- name: Checkout
Expand Down

0 comments on commit 056bce6

Please sign in to comment.