quabug/Create a Release of Unity Package ready for OpenUPM.com
Create a release for a tag in your repository which is ready for publish on OpenUPM.com
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| draft | `true` to create a draft (unpublished) release, `false` to create a published one. Default: `false` | no | false |
| prerelease | `true` to identify the release as a prerelease. `false` to identify the release as a full release. Default: `false` | no | false |
| target | Target branch or full commit SHA (default: main branch) | no | main |
| upm_tag_prefix | Tag prefix of verional tag | yes | "" |
| upm_package_path | Path of unity package which should contain a package.json file. | yes | "" |
| create_unitypackage | `true` to create an unitypackage from `upm_package_path` and attach it into release | no | false |
| unitypackage_name | prefix name of created unity package | no | — |
Outputs
| name | description |
|---|---|
| release_url | The URL users can navigate to in order to view the release |