this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix XCFramework commit in workflow

+3 -1
+3 -1
.github/workflows/build-and-release.yml
··· 192 192 echo "ℹ️ No changes to XCFrameworks detected, skipping commit" 193 193 else 194 194 git commit -m "Update XCFrameworks to IDB commit ${{ steps.idb_check.outputs.idb_commit }}" 195 - git push 195 + 196 + # Push to the main branch 197 + git push origin HEAD:main 196 198 echo "✅ XCFrameworks committed and pushed successfully" 197 199 fi 198 200