Skip to content

Commit

Permalink
Add runs-on to the publish_chart job (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 authored Oct 18, 2024
1 parent a72741d commit 0f62e04
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 @@ -112,6 +112,7 @@ jobs:
release_tag: ${{ needs.run_if.outputs.release_tag }}

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

0 comments on commit 0f62e04

Please sign in to comment.