Skip to content

Commit

Permalink
fix: publish chart after release not before
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Oct 29, 2023
1 parent ccc8b6e commit eceab7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ jobs:
mike set-default latest -p
charts:
# only create otf-charts PR for new releases
if: needs.release-please.outputs.release_created
needs: [build,release-please]
needs: [release]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit eceab7e

Please sign in to comment.