We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18045c9 commit aee96c4Copy full SHA for aee96c4
.github/workflows/sdk-release-manual.yml
@@ -348,5 +348,4 @@ jobs:
348
--base main \
349
--head chore/release-v${VERSION} \
350
--title "chore: Release v${VERSION}" \
351
- --body "$PR_BODY" \
352
- --reviewer mParticle/sdk-team
+ --body "$PR_BODY"
.github/workflows/sdk-release.yml
@@ -1,4 +1,4 @@
1
-name: iOS SDK Release
+name: iOS SDK Release (Deprecated)
2
3
on:
4
workflow_dispatch:
0 commit comments