mirror of
https://codeberg.org/NextPush/nextpush-android.git
synced 2024-12-12 10:46:14 +01:00
Fix github workflow
This commit is contained in:
parent
e15a6608ab
commit
520bae05f4
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
Block a user