Skip to content

Commit

Permalink
🔖 Actually v1.0.0-pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-The-Geek committed Jun 8, 2021
1 parent f6611e3 commit 463a5a0
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 @@ -50,10 +50,10 @@ jobs:
gradle-
- name: Checkout code.
uses: actions/checkout@v2
- name: Setup JDK 1.8
- name: Setup JDK 17
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 16
- name: Ensure gradlew is executable
run: chmod +x gradlew
- name: Validate the gradle wrapper
Expand Down Expand Up @@ -82,10 +82,10 @@ jobs:
gradle-
- name: Checkout code.
uses: actions/checkout@v2
- name: Setup JDK 1.8
- name: Setup JDK 17
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 16
- name: Ensure gradlew is executable
run: chmod +x gradlew
- name: Validate the gradle wrapper
Expand Down

0 comments on commit 463a5a0

Please sign in to comment.