Skip to content

Commit

Permalink
fix: added condition to only release if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
JayGhiya committed Mar 14, 2024
1 parent 3ace1ce commit 426815e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dev-pr-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
uses: azure/setup-helm@v3

- name: Run chart-releaser
if: steps.release_action_plan.outputs.releases_created == 'true'
uses: helm/[email protected]
with:
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"


CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 426815e

Please sign in to comment.