Unity Package Manager
Pulls a package as a zipped artifact and pushes the unzipped content to a target repository, tagging it with the release version.
Configuration
| Option | Description |
|---|---|
releaseRepoOwner | Owner of the release target repository |
releaseRepoName | Name of the release target repository |
Example
targets: - name: upm releaseRepoOwner: 'getsentry' releaseRepoName: 'unity'