orbit-online/Bundle a μpkg package and create a GitHub release with it
Uses upkg-bundle to create a μpkg tarball package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 6, 2026
- License
- MIT
Pinned Snippet
uses: orbit-online/upkg-release@b1711d6e6057f06f109033cbd346d5fdb845a952 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| upkg-version | The version of μpkg to use for bundling | no | latest |
| name | The name of the package, will override the name already set in `upkg.json` | no | "" |
| version | The version to write to upkg.json, corresponds to `-V` in `upkg bundle` | no | ---auto--- |
| paths | Argument (space separated) list of relative paths to files and directories to include in the package. | no | "" |
| working-directory | The working directory to change to before determining the version and bundling. This disables automatic checkout. | no | "" |
| release-name | Name of the github release. | no | ---auto--- |
| release-message | The github release message to add after the installation instructions. | no | ---auto--- |
Outputs
| name | description |
|---|---|
| name | The name of the released package |
| version | The version of the released package |
| download-url | The download URL of the released package |
| sha256 | The SHA-256 checksum of the released package |
| release-name | Name of the github release. |
| release-message | The github release message that has been appended to the installation instructions. |