Skip to content

Commit f22ac12

Browse files
committed
Helm Chart version reference
1 parent d853c28 commit f22ac12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "::set-output name=sha::${SHA}"
5252
echo "::set-output name=repo::${GITHUB_REPOSITORY#*/}"
5353
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)"
54+
echo "::set-output name=helmChartVersion::$(helm show chart ${{ env.HELM_CHART_DIR }} | grep 'version:' | cut -d ' ' -f 2)"
5555
- name: Build Binary
5656
run: >
5757
make binary

0 commit comments

Comments
 (0)