-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: ios bindings update action #886
fix: ios bindings update action #886
Conversation
* refactor the action code * check for changes and if not changes only tag new version without commit
Right now we need to manually trigger the workflow to publish new version of swift package. What we can do is add an automatic trigger for the workflow instead of the manual trigger that will run the workflow every time a new tag is created in the ezkl repo. Is this something we would prefer instead of manual updates? |
yes plz @ElusAegis |
c9a7824
to
703dbee
Compare
@alexander-camuto now the workflow runs when the new version tag is pushed |
ezkl-swift-repo
even if there are no changes to the bindings