Java 11 is required to run this action
This commit is contained in:
parent
9aff858685
commit
df854fd465
1 changed files with 7 additions and 0 deletions
|
@ -54,6 +54,11 @@ jobs:
|
|||
git config user.email "${{ github.event.head_commit.committer.email }}"
|
||||
mvn -B --file pom.xml release:prepare release:perform
|
||||
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v1.4.3
|
||||
with:
|
||||
java-version: 11
|
||||
|
||||
# Create a release
|
||||
|
||||
- name: Run JReleaser
|
||||
|
@ -65,6 +70,8 @@ jobs:
|
|||
The last step executes a `full-release` with the default `jreleaser.yml` configuration that's expected
|
||||
to be located at the root of the repository.
|
||||
|
||||
WARNING: This action requires Java 11+ to download and execute JReleaser.
|
||||
|
||||
== Customizing
|
||||
|
||||
== Inputs
|
||||
|
|
Loading…
Reference in a new issue