Skip to content

Commit

Permalink
Update .github/workflows/nightlydeploy.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Wolfram Pfeifer <[email protected]>
  • Loading branch information
wadoon and WolframPfeifer authored Oct 16, 2023
1 parent 590b18c commit bdb1129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightlydeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
java-version: 17
distribution: 'temurin'

- name: Build with Gradle
Expand Down

0 comments on commit bdb1129

Please sign in to comment.