Skip to content

Commit

Permalink
Helm Chart version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
martialonline committed Oct 20, 2020
1 parent d853c28 commit f22ac12
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 @@ -51,7 +51,7 @@ jobs:
echo "::set-output name=sha::${SHA}"
echo "::set-output name=repo::${GITHUB_REPOSITORY#*/}"
echo "::set-output name=branch::${GITHUB_REF##*/}"
echo "::set-output name=helmChartVersion::$(helm show chart ${HELM_CHART_DIR} | grep 'version:' | cut -d ' ' -f 2)"
echo "::set-output name=helmChartVersion::$(helm show chart ${{ env.HELM_CHART_DIR }} | grep 'version:' | cut -d ' ' -f 2)"
- name: Build Binary
run: >
make binary
Expand Down

0 comments on commit f22ac12

Please sign in to comment.