actions-marketplace-validations/Elm Publish
Publish Elm package from the master branch if the current version is unpublished.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token provided by GitHub. This is required, unless you are performing a dry-run. | no | — |
| path-to-elm | Path to Elm compiler to use instead of looking in the PATH. | no | — |
| dry-run | Perform the check without actually publishing. Do not include github-token when you perform a dry-run. | no | — |
Outputs
| name | description |
|---|---|
| is-publishable | Whether this Elm package is in a state that can be published. In a dry-run, this will tell you whether elm-publish-action will attempt to publish in a real run. |