Skip to content

Commit

Permalink
fix gh release action
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed May 24, 2020
1 parent 8f2a059 commit f98be5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:
- '*'

jobs:
build-jdk11:
name: "JDK 11 Build"
build-jdk8:
name: "JDK 8 Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 8
# Uses sha for added security since tags can be updated
uses: joschi/setup-jdk@b9cc6eabf7e7e3889766b5cee486f874c9e1bd2d
with:
java-version: 11
java-version: 8
- name: Build
run: |
mvn -e -B -DskipTests=true -DskipDocs clean install
Expand Down

0 comments on commit f98be5a

Please sign in to comment.