Skip to content

Commit

Permalink
(feat: ci/cd) Updated workflow to hit the default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ElusAegis authored Sep 21, 2024
1 parent 7a6d17a commit ef59418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-ios-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Clone ezkl-ios-port repository
run: |
git clone -b feat/ezkl-direct-integration https://github.com/${{ vars.SWIFT_PACKAGE_OWNER_USERNAME }}/ezkl-ios-port.git
git clone https://github.com/${{ vars.SWIFT_PACKAGE_OWNER_USERNAME }}/ezkl-ios-port.git
- name: Copy EzklCoreBindings
run: |
Expand Down Expand Up @@ -80,10 +80,10 @@ jobs:
git config user.name "GitHub Action"
git config user.email "[email protected]"
git add Sources/EzklCoreBindings
git commit -m "Update EzklCoreBindings from ezkl-ios-rust-porter"
git commit -m "Update EzklCoreBindings from ezkl-for-ios"
git tag ${{ github.event.inputs.tag }}
git remote set-url origin https://${SWIFT_PACKAGE_OWNER_USERNAME}:${EZKL_PORTER_TOKEN}@github.com/${SWIFT_PACKAGE_OWNER_USERNAME}/ezkl-ios-port.git
git push origin feat/ezkl-direct-integration
git push origin
git push origin --tags
env:
EZKL_PORTER_TOKEN: ${{ secrets.EZKL_PORTER_TOKEN }}
Expand Down

0 comments on commit ef59418

Please sign in to comment.