oein/Releaser Upload
Create a version and upload files to a Releaser instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 27, 2026
- License
- None
Pinned Snippet
uses: oein/releaser@808e9d6817613f7b6d5b0f416ce5db30dab83a62 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Base URL of the Releaser instance (e.g. https://oein.fyi) | yes | — |
| api-key | Admin API key | yes | — |
| project | Project ID | yes | — |
| version | Version string (e.g. v1.0.0 / v1.0.0b / nightly) | yes | — |
| type | Version type — release | beta | dev | no | release |
| description | Release notes / version description | no | "" |
| tags | Comma-separated list of tags to apply to this version. Tags must already exist on the project. Example: stable, lts | no | "" |
| files | Newline-separated list of file paths or glob patterns to upload. Example: | dist/app-linux dist/app-win.exe dist/*.zip | no | "" |
Outputs
| name | description |
|---|---|
| version-id | ID of the created (or existing) version |