From 58282f6d1e67ba3aff92549abc0f451592d50578 Mon Sep 17 00:00:00 2001 From: Artem <48178500+ElusAegis@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:18:34 +0900 Subject: [PATCH] fix: commit changes --- .github/workflows/update-ios-package.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-ios-package.yml b/.github/workflows/update-ios-package.yml index a58bbce18..3028b5b18 100644 --- a/.github/workflows/update-ios-package.yml +++ b/.github/workflows/update-ios-package.yml @@ -97,6 +97,7 @@ jobs: run: | cd ezkl-swift-package git add Sources/EzklCoreBindings Tests/EzklAssets + git commit -m "Automatically updated EzklCoreBindings for EZKL" if ! git push origin; then echo "::error::Failed to push changes to ${{ env.EZKL_SWIFT_PACKAGE_REPO }}. Please ensure that EZKL_PORTER_TOKEN has the correct permissions."