Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@samuelmeuli samuelmeuli released this 28 Nov 10:36
· 50 commits to master since this release

Breaking changes:

  • The action now runs directly in GitHub Actions' VMs instead of a Docker container. This allows users to choose the Java version by configuring the actions/setup-java action, which needs to be executed before this action
  • It's now possible to deploy to any Nexus instance, not just OSSRH, using the server_id variable. Some of the input variables have been renamed for this change (see the README for the new names)
  • The gpg_private_key variable no longer needs to be base64 encoded

Other changes:

  • Added a maven_args input variable for configuration of the Maven deploy command

Now that the action has a first release, please import it using a tag in your workflows to avoid being affected by breaking changes in the future. Example: uses: samuelmeuli/[email protected]