Fix github workflow
This commit is contained in:
parent
e15a6608ab
commit
520bae05f4
|
@ -10,7 +10,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: 17
|
||||
- if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
run: ./gradlew build --stacktrace
|
||||
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
|
|
Loading…
Reference in New Issue