Skip to content

Commit

Permalink
fix(gha): correct syntax workflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
jplanckeel authored Aug 2, 2022
2 parents 8bb7c15 + 7f97204 commit b55024d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: ko publish . --bare --tags latest,${{steps.version_tag.outputs.tag}}

# Update version in Chart.yaml
if: steps.tag.outputs.value != ''
- if: steps.tag.outputs.value != ''
run: |
sed -i '/^version:/c\version: ${{steps.version_tag.outputs.tag}}' */Chart.yaml
sed -i '/^appVersion:/c\appVersion: "${{steps.version_tag.outputs.tag}}"' */Chart.yaml
Expand Down

0 comments on commit b55024d

Please sign in to comment.