Skip to content

Commit 8f9089b

Browse files
merge conflict
1 parent d508c46 commit 8f9089b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325
set -euo pipefail
326326
PUSH_FLAGS=(--allow-warnings --synchronous)
327327
# Order matters: Swift pod → ObjC core (depends on Swift) → umbrella (depends on ObjC).
328-
pod trunk push mParticle-Apple-SDK-Swift/mParticle-Apple-SDK-Swift.podspec "${PUSH_FLAGS[@]}"
328+
pod trunk push mParticle-Apple-SDK-Swift.podspec "${PUSH_FLAGS[@]}"
329329
pod trunk push mParticle-Apple-SDK-ObjC.podspec "${PUSH_FLAGS[@]}"
330330
pod trunk push mParticle-Apple-SDK.podspec "${PUSH_FLAGS[@]}"
331331

0 commit comments

Comments
 (0)