Skip to content

Commit a447a40

Browse files
Fix release script to continue on cocoapod err (#333)
1 parent ea73a8b commit a447a40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/productionDeploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
run: echo "${{ env.version }}"
6868

6969
- name: Create Prod Podspec for XCFramework version
70+
continue-on-error: true
7071
run: |
7172
cd main
7273

0 commit comments

Comments
 (0)