actions-marketplace-validations/UPM Release (XRTK)

An atomic GitHub action to publish UPM (unity package manager) packages.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 8, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/xrtk_upm-release@a589d1c2fb659d734bdef4ee91add1a379e2377d # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
upm-usernameThe user name doing the publishing.yes""
upm-emailThe email address of the user doing the publishing.yes""
upm-auth-tokenAuth Token for NPM/UPM server.yes""
github-tokenA Github actions token.yes""
github-usernameA 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-addressThe url of the upm/npm server. (Defaults to NPM registry)nohttps://registry.npmjs.org
package-rootThe project package root directory. (Defaults to **/Packages/)no**/Packages/com.*
previewIs this package in preview?nofalse
upm-branchThe branch to use for the UPM release. (Defaults to upm)noupm

no outputs