Skip to content

Commit 9e5f4a6

Browse files
authored
Merge pull request #29 from kir4h/fix_local_path_workflow_version
[ci] fix version in local-path-provisioner
2 parents 2ccbf44 + f8e7fda commit 9e5f4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-local-path-provisioner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
UPSTREAM_VERSION=$(cat upstream/deploy/chart/local-path-provisioner/Chart.yaml | grep 'version:' | awk '{print $2}')
2929
echo "Upstream version: $UPSTREAM_VERSION"
30-
echo "$UPSTREAM_VERSION=$UPSTREAM_VERSION" >> $GITHUB_ENV
30+
echo "UPSTREAM_VERSION=$UPSTREAM_VERSION" >> $GITHUB_ENV
3131
3232
- name: Check if the checked out version is different from current one
3333
id: version-check

0 commit comments

Comments
 (0)