We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25557f commit bb5aa0aCopy full SHA for bb5aa0a
1 file changed
.github/workflows/release.yaml
@@ -59,6 +59,8 @@ jobs:
59
```
60
To deploy this release use
61
62
- kubectl apply -f https://raw.githubusercontent.com/clickhouse/clickhouse-operator/releases/releases/release-${{github.ref_name }}/clickhouse-operator.yaml
+ kubectl apply -f https://raw.githubusercontent.com/clickhouse/clickhouse-operator/releases/releases/${{github.ref_name }}/clickhouse-operator.yaml
63
64
+ generate_release_notes: true
65
+ append_body: true
66
files: release/clickhouse-operator.yaml
0 commit comments