Skip to content

Commit

Permalink
ci: release workflow update
Browse files Browse the repository at this point in the history
Signed-off-by: Anıl Mısırlıoğlu <misirlioglisamet@gmail.com>
  • Loading branch information
anilmisirlioglu committed Apr 8, 2021
1 parent 939c73d commit dd2c445
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:

# Setup Java 1.8 environment for the next steps
# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11

# Check out current repository
- name: Fetch Sources
Expand All @@ -39,11 +39,11 @@ jobs:
runs-on: ubuntu-latest
steps:

# Setup Java 1.8 environment for the next steps
# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11

# Check out current repository
- name: Fetch Sources
Expand Down

0 comments on commit dd2c445

Please sign in to comment.