You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/sdk-release-ecosystem-manual.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
name: iOS SDK Ecosystem Release
1
+
name: Create Ecosystem Release PR (Manual)
2
+
# Ensure the manual release process only starts from the main branch.
3
+
# Bump ecosystem versions and open a release PR that triggers publish-on-main after merge.
2
4
3
5
on:
4
6
workflow_dispatch:
@@ -142,5 +144,5 @@ jobs:
142
144
143
145
---
144
146
145
-
**On merge:** The [Release mParticle Ecosystem](https://github.com/mParticle/mparticle-apple-sdk/actions/workflows/release-ecosystem-from-main.yml) workflow will automatically create tags and GitHub releases for the core SDK and all mirrored kit repos." \
147
+
**On merge:** The [Publish Ecosystem Releases from Main](https://github.com/mParticle/mparticle-apple-sdk/actions/workflows/release-ecosystem-from-main.yml) workflow will automatically create tags and GitHub releases for the core SDK and all mirrored kit repos." \
0 commit comments