touchlab/KMMBridge: Remote SPM Publishing Support
Publish KMP SPM builds to a remote repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commitMessage | Message for the commit which updates the `Package.swift` file. | yes | — |
| tagMessage | Message for the version tag commit. Defaults to "Version ${tagVersion}". | no | — |
| tagVersion | Version string to use in the tag. Should follow semver rules: https://semver.org/. | no | — |
| remoteRepo | Repo we are publishing to in [org]/[repo] format. | yes | — |
| remoteBranch | Branch we are pushing to. | yes | — |
| remoteRepoUrl | Full url for the repo we are publishing to. Defaults to "https://github.com/${remoteRepo}.git". | no | — |
| packageFileOnly | Set to "true" if you only want to share the `Package.swift` file. | — | — |
| localPackagePath | Local path to Package.swift | no | — |
| remotePackagePath | Remote path to Package.swift | no | — |
Outputs
no outputs