Skip to content

Commit e03bc4b

Browse files
CI: Always exit successfully
1 parent 1dc0c66 commit e03bc4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Scripts/make_artifacts.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ function build_docs_artifact() {
6565
build_framework_artifacts
6666
build_xcframework_artifacts
6767
build_docs_artifact
68+
69+
# Ensure the script always exits successfully for the release process
70+
exit 0

0 commit comments

Comments
 (0)