Skip to content

Commit bb5aa0a

Browse files
fix install link, generate release notes (#28)
1 parent a25557f commit bb5aa0a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
```
6060
To deploy this release use
6161
```
62-
kubectl apply -f https://raw.githubusercontent.com/clickhouse/clickhouse-operator/releases/releases/release-${{github.ref_name }}/clickhouse-operator.yaml
62+
kubectl apply -f https://raw.githubusercontent.com/clickhouse/clickhouse-operator/releases/releases/${{github.ref_name }}/clickhouse-operator.yaml
6363
```
64+
generate_release_notes: true
65+
append_body: true
6466
files: release/clickhouse-operator.yaml

0 commit comments

Comments
 (0)