Skip to content

Commit

Permalink
🐛 (ci): Fix Renovate CI yaml parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 13, 2023
1 parent 5de952c commit a0de54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: contains(steps.pr.outputs.labels, 'major') || contains(steps.pr.outputs.labels, 'minor')
run: echo TYPE=minor >>$GITHUB_ENV
- name: Update chart version
if: !contains(steps.pr.outputs.labels, 'skip-version-bump')
if: "!contains(steps.pr.outputs.labels, 'skip-version-bump')"
run: |
set -eux
./hack/update-version.sh "$TYPE" ${{ steps.changes.outputs.charts_files }}
Expand Down

0 comments on commit a0de54e

Please sign in to comment.