lytics / ios-sdk

MIT License
0 stars 0 forks source link

Automate Pushing Releases to CocoaPods #136

Open mgacy opened 8 months ago

mgacy commented 8 months ago

Automates pushing updates to CocoaPods as part of the release process.

Adds an action to publish a podspec to CocoaPods and a job to the create-release.yml workflow using that action to publish new releases.

This also updates the actions used by the workflows in response to the deprecation of Node.js 16 actions. Finally, it replaces the use of GITHUB_ENV with GITHUB_OUTPUT in the step to get the current version.