actions-marketplace-validations/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
- Stalelast commit Feb 8, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/xrtk_upm-release@a589d1c2fb659d734bdef4ee91add1a379e2377d # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
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