Skip to content

Commit

Permalink
Update release-controller.yml
Browse files Browse the repository at this point in the history
Fix release brances
  • Loading branch information
corneil authored May 20, 2024
1 parent c2363d5 commit 72a0500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
"workflow_dispatch": {
"owner": "spring-cloud",
"repo": "spring-cloud-dataflow",
"ref": "2.11.x",
"ref": "main",
"workflow": "promote-release.yml"
}
},
Expand All @@ -79,7 +79,7 @@ jobs:
"workflow_dispatch": {
"owner": "spring-cloud",
"repo": "spring-cloud-dataflow",
"ref": "2.11.x",
"ref": "main",
"workflow": "central-release.yml"
}
},
Expand All @@ -89,7 +89,7 @@ jobs:
"workflow_dispatch": {
"owner": "spring-cloud",
"repo": "spring-cloud-dataflow",
"ref": "2.11.x",
"ref": "main",
"workflow": "github-release.yml"
}
},
Expand Down

0 comments on commit 72a0500

Please sign in to comment.