Skip to content

Commit b26fe83

Browse files
committed
Merge branch '4.0.x'
Closes gh-49684
2 parents a9ea737 + 6814f65 commit b26fe83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
name: Trigger Docs Build
103103
needs:
104104
- build-and-stage-release
105-
- sync-to-maven-central
105+
- promote-release
106106
permissions:
107107
actions: write
108108
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
name: Trigger Docs Build
149149
needs:
150150
- build-and-stage-release
151-
- sync-to-maven-central
151+
- promote-release
152152
permissions:
153153
actions: write
154154
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)