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 a388c76 commit 7eee175Copy full SHA for 7eee175
.github/workflows/release-helm.yml
@@ -131,7 +131,7 @@ jobs:
131
```bash
132
helm upgrade --install trigger \
133
oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/charts/${{ env.CHART_NAME }} \
134
- --version ${{ steps.version.outputs.version }}
+ --version "${{ steps.version.outputs.version }}"
135
```
136
137
### Changes
0 commit comments