Skip to content

Commit

Permalink
Use java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed May 13, 2024
1 parent ad51e70 commit 8363730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
branches: [ci-release]
branches: [ci-release, release]
tags: ["*"]
jobs:
publish:
Expand All @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
java-version: 21
cache: sbt
- run: sbt ci-release
env:
Expand Down

0 comments on commit 8363730

Please sign in to comment.