You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: use a plain semver tag so SPM can resolve the release
- SPM only resolves semver tags (1.0.0 / v1.0.0); the prefixed argus-sdk-v1.0.0
tag was invisible to SPM. Since this repo ships a single product, use a plain
<version> tag for all three paths (SPM / CocoaPods / direct download)
- podspec :tag -> package version without the leading v
- release_framework: tag = <version>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>