Skip to content

Commit

Permalink
Fix publish_charts job in the release workflow (#3187)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 authored Oct 17, 2024
1 parent 64de1b5 commit 5d0e288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
release_tag: ${{ needs.run_if.outputs.release_tag }}

publish_charts:
runs-on: [run_if, release_packages]
needs: [run_if, release_packages]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
RELEASE_TAG: ${{ needs.run_if.outputs.release_tag }}
Expand Down

0 comments on commit 5d0e288

Please sign in to comment.