ashleyfae/Publish Sell Software Release
Publishes a new plugin release to a Laravel sell-software platform via the laravel-git-releases API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| asset-url | API URL to GET the release zip asset (from action-build-release-zip outputs.asset-url). | yes | — |
| file-name | Name of the release zip file. | yes | — |
| releasable-type | The releasable model type on the software platform (e.g. "product"). | yes | — |
| releasable-id | The numeric ID of the releasable record on the software platform. | yes | — |
| release-version | The release version/tag name. Defaults to the tag from the release event. Override this for workflow_dispatch triggers. | no | ${{ github.event.release.tag_name }} |
| pre-release | Whether this is a pre-release. | no | false |
| readme-file | Relative path to your readme.txt file. | no | readme.txt |
Outputs
no outputs