Commit 2906a6d
committed
fix: CocoaPods publishing workflow
The CocoaPods publishing has been failing due to two issues:
1. The pod-publish job had an overly restrictive condition that only
allowed publishing from GitHub release events. When called from
release-please via workflow_call, the event name is inherited as
'push', causing the job to be skipped.
2. The workflow referenced ./scripts/update_podspec.sh which was deleted
in commit 2903008 when release-please was configured to handle
version updates automatically.
This commit fixes both issues by removing the unnecessary condition
(release-please already guards with release_created) and removing the
reference to the deleted script.
Signed-off-by: Sameeran Kunche <[email protected]>1 parent 09ca50a commit 2906a6d
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | | - | |
37 | 34 | | |
38 | 35 | | |
0 commit comments