Skip to content
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

[Test Internal] Add Workflow to build, tests and deploy. Cocoapod version update #338 #3

Closed

Conversation

lucasromanomr
Copy link
Owner

Adds workflow to the repository, now whenever there is an update all frameworks will be built and subsequently tested.

To trigger the release workflow in cocoapods, you only need to create a tag for it to be triggered.

Adds workflow for release in cocoapods, now whenever there is an update all frameworks will be built and subsequently tested.

pod trunk register [email protected] -- description "GitHub Actions Token"
grep -A2 'trunk.cocoapods.org' ~/.netrc
machine trunk.cocoapods.org
 login <[y](mailto:[email protected])[email protected]>
 password <TOKEN>
  • update cocoapods version
  • update Swift version of Package.swift
  • add test schemes

@lucasromanomr lucasromanomr force-pushed the feature/make-workflow-and-update-project-version branch from 4c7423d to ab556af Compare November 29, 2024 22:44
@lucasromanomr lucasromanomr force-pushed the feature/make-workflow-and-update-project-version branch from bcc3d7a to 230c211 Compare November 29, 2024 22:50
@lucasromanomr lucasromanomr force-pushed the feature/make-workflow-and-update-project-version branch from d0b5bbd to 0571625 Compare November 29, 2024 22:56
@lucasromanomr lucasromanomr changed the title Add Workflow to build, tests and deploy. Cocoapod version update #338 [Test Internal] Add Workflow to build, tests and deploy. Cocoapod version update #338 Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant