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.
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
withGITHUB_OUTPUT
in the step to get the current version.