asimov-platform/ASIMOV release action
Action to help automate releasing new versions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_id | App ID | no | — |
| app_private_key | App private key | no | — |
| pattern | Pattern to match artifacts to download | no | — |
| token | GitHub token used to create the release | no | ${{ github.token }} |
| changelog-path | Path to changelog file | no | CHANGELOG.md |
| compute-checksum | Compute checksum for each file? | no | true |
Outputs
| name | description |
|---|---|
| url | github.com URL for the release |
| id | ID of the release |
| upload_url | URL to upload assets to |
| assets | JSON array containing information about each uploaded asset |