quote for niels

This commit is contained in:
nicktrn
2025-06-27 19:34:48 +01:00
parent a388c76449
commit 7eee17580f
+1 -1
View File
@@ -131,7 +131,7 @@ jobs:
```bash
helm upgrade --install trigger \
oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/charts/${{ env.CHART_NAME }} \
--version ${{ steps.version.outputs.version }}
--version "${{ steps.version.outputs.version }}"
```
### Changes