Skip to content

Commit

Permalink
ci: リリース作成用CIのjava-versionを17にする
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Mar 16, 2024
1 parent 363f48c commit f731c5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
- uses: actions/checkout@master
with:
# これがないとchunk_searchで引っかかってリリースのjarアップロードに失敗する
submodules: 'recursive'
submodules: "recursive"

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
distribution: "temurin"
java-version: "17"

- name: build artifacts
run: mkdir -p target/build && sbt assembly
Expand Down

0 comments on commit f731c5a

Please sign in to comment.