xrtk/UPM Release (XRTK)
An atomic GitHub action to publish UPM (unity package manager) packages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| upm-username | The user name doing the publishing. | yes | "" |
| upm-email | The email address of the user doing the publishing. | yes | "" |
| upm-auth-token | Auth Token for NPM/UPM server. | yes | "" |
| github-token | A Github actions token. | yes | "" |
| github-username | A username to sign the commits to in your repository. Defaults to the name of the person or app that initiated the workflow. | no | ${{ github.actor }} |
| upm-server-address | The url of the upm/npm server. (Defaults to NPM registry) | no | https://registry.npmjs.org |
| package-root | The project package root directory. (Defaults to **/Packages/) | no | **/Packages/com.* |
| preview | Is this package in preview? | no | false |
| upm-branch | The branch to use for the UPM release. (Defaults to upm) | no | upm |
Outputs
no outputs