ashleyfae/Publish Sell Software Release

Publishes a new plugin release to a Laravel sell-software platform via the laravel-git-releases API.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
asset-urlAPI URL to GET the release zip asset (from action-build-release-zip outputs.asset-url).yes
file-nameName of the release zip file.yes
releasable-typeThe releasable model type on the software platform (e.g. "product").yes
releasable-idThe numeric ID of the releasable record on the software platform.yes
release-versionThe 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-releaseWhether this is a pre-release.nofalse
readme-fileRelative path to your readme.txt file.noreadme.txt

no outputs