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
Section titled “Configuration”| Option | Description |
|---|---|
releaseRepoOwner | Owner of the release target repository |
releaseRepoName | Name of the release target repository |
Example
Section titled “Example”targets: - name: upm releaseRepoOwner: 'getsentry' releaseRepoName: 'unity'