mineinabyss/Publish MineInAbyss packages
Publishes to our maven repo, documentation, and release jars
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pages-path | The path to publish to GitHub Pages | no | "" |
| run-gradle-build | Whether to run a default gradle build | no | true |
| dokka | The type of dokka build to run | no | "" |
| release-files | The files to attach to the release | no | "" |
| publish-github-release | Whether to publish a GitHub release | no | true |
| maven-username | The username of the repository to publish to | no | "" |
| maven-password | The password of the repository to publish to | no | "" |
| pre-build | Shell commands to run before building with gradle | no | "" |
| build-tasks | Tasks to run for the gradle build, can have multiple space separated tasks | no | build publish |
| changelog-prefix-file | A file path to prefix the changelog with | no | "" |
| skip-java-setup | Don't run setup JDK and gradle tasks (useful if another action using this one needs them setup manually) | no | false |
| snapshot-branch | When the workflow runs on this branch, publish to snapshots instead of releases | no | develop |
Outputs
no outputs