Skip to content

Commit

Permalink
fix "Set the version" job (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidphay authored Jun 20, 2022
1 parent e29968d commit 1cd843c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git config user.email "[email protected]"
- name: Set the version
run: |
echo "version=$(grep 'version:' Chart.yaml| awk '{print $2}')" >> $GITHUB_ENV
echo "version=$(grep '^version:' Chart.yaml| awk '{print $2}')" >> $GITHUB_ENV
- name: Package the chart
run: |
helm package . --destination .release-packages --dependency-update
Expand Down

0 comments on commit 1cd843c

Please sign in to comment.