We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d853c28 commit f22ac12Copy full SHA for f22ac12
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
echo "::set-output name=sha::${SHA}"
52
echo "::set-output name=repo::${GITHUB_REPOSITORY#*/}"
53
echo "::set-output name=branch::${GITHUB_REF##*/}"
54
- 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)"
55
- name: Build Binary
56
run: >
57
make binary
0 commit comments