Skip to content

Commit

Permalink
[regression] Publish nightly releases and releases using Java 8 (#19722)
Browse files Browse the repository at this point in the history
Close #19721

[test_java8]
[Cherry-picked c3a1959]
  • Loading branch information
hamzaremmal authored and WojciechMazur committed Jul 1, 2024
1 parent beef369 commit 0c3717f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,8 @@ jobs:
SONATYPE_USER: ${{ secrets.SONATYPE_USER_ORGSCALALANG }}

steps:
- name: Set JDK 17 as default
run: echo "/usr/lib/jvm/java-17-openjdk-amd64/bin" >> $GITHUB_PATH
- name: Set JDK 8 as default
run: echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
- name: Reset existing repo
run: |
git config --global --add safe.directory /__w/scala3/scala3
Expand Down Expand Up @@ -665,6 +665,8 @@ jobs:
SONATYPE_USER: ${{ secrets.SONATYPE_USER_ORGSCALALANG }}

steps:
- name: Set JDK 8 as default
run: echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
- name: Reset existing repo
run: |
git config --global --add safe.directory /__w/scala3/scala3
Expand Down

0 comments on commit 0c3717f

Please sign in to comment.