Skip to content

Commit 4403135

Browse files
committed
Fix release manifest name
1 parent e1ac251 commit 4403135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ jobs:
196196
if: startsWith(github.ref, 'refs/tags/')
197197
with:
198198
files: |
199-
messaging-topology-operator.yml
200-
messaging-topology-operator-with-certmanager.yml
199+
messaging-topology-operator.yaml
200+
messaging-topology-operator-with-certmanager.yaml
201201
generate_release_notes: true
202202
draft: true
203203
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)