Skip to content

Commit 7eee175

Browse files
committed
quote for niels
1 parent a388c76 commit 7eee175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
```bash
132132
helm upgrade --install trigger \
133133
oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/charts/${{ env.CHART_NAME }} \
134-
--version ${{ steps.version.outputs.version }}
134+
--version "${{ steps.version.outputs.version }}"
135135
```
136136
137137
### Changes

0 commit comments

Comments
 (0)