hertzole/UPM Package
Creates a Unity package branch, and optionally creates a signed release tar ball.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 25, 2026
- License
- MIT
Pinned Snippet
uses: hertzole/upm-package@e1b68953380501fa09d045415748d292ce636f97 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| package-json | The path to the package.json file of the package to be released, relative to the repository root. | no | */Packages/*/package.json |
| create-branch | Whether to create a separate branch for the package. If false, no branch will be created. | no | true |
| branch-name | The name of the branch to be created for the release. | no | upm |
| skip-ci | Whether to skip CI for the commit. | no | true |
| remove-tests | Whether to remove the Tests folder. | no | true |
| include-samples | Whether to keep the Assets/Samples folder. | no | true |
| samples-destination | The destination path where the package samples that will be moved to 'Samples~' are located. | no | Assets/Samples |
| include-plugins | Whether to keep the Plugins folder inside the package. | no | true |
| signing-key-id | Unity service account key ID with permissions to sign packages. Required if signing the package. | no | — |
| signing-key-secret | Unity service account key secret with permissions to sign packages. Required if signing the package. | no | — |
| signing-org-id | Unity organization ID that the service account belongs to. Required if signing the package. | no | — |
Outputs
| name | description |
|---|---|
| signed-archive | The path to the signed package archive, if the package was signed. |
| created-archive | Whether a signed package archive was created. |