Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 72a0500

Browse files
author
Corneil du Plessis
authored
Update release-controller.yml
Fix release brances
1 parent c2363d5 commit 72a0500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-controller.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
"workflow_dispatch": {
7070
"owner": "spring-cloud",
7171
"repo": "spring-cloud-dataflow",
72-
"ref": "2.11.x",
72+
"ref": "main",
7373
"workflow": "promote-release.yml"
7474
}
7575
},
@@ -79,7 +79,7 @@ jobs:
7979
"workflow_dispatch": {
8080
"owner": "spring-cloud",
8181
"repo": "spring-cloud-dataflow",
82-
"ref": "2.11.x",
82+
"ref": "main",
8383
"workflow": "central-release.yml"
8484
}
8585
},
@@ -89,7 +89,7 @@ jobs:
8989
"workflow_dispatch": {
9090
"owner": "spring-cloud",
9191
"repo": "spring-cloud-dataflow",
92-
"ref": "2.11.x",
92+
"ref": "main",
9393
"workflow": "github-release.yml"
9494
}
9595
},

0 commit comments

Comments
 (0)