Skip to content

Commit

Permalink
Merge remote-tracking branch 'z/eol/1.16' into eol/1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZank committed Apr 23, 2024
2 parents 9b0c55f + cf493a0 commit dc3fc58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:
inputs:
norelease:
description: 'Do not publish'
description: 'will not publish if true'
required: true
default: 'false'

Expand All @@ -30,12 +30,12 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 30 # Gets the last 30 commits so the changelog might work
# Always run on Java 16, Loom needs it
- name: Set up JDK 16
# Always run on Java 17 or higher, Loom needs it
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '16'
java-version: '17'
- name: Build with Gradle
env:
FTB_MAVEN_TOKEN: ${{ secrets.FTB_MAVEN_TOKEN }}
Expand All @@ -52,4 +52,4 @@ jobs:
CURSEFORGE_KEY: ${{ secrets.CURSEFORGE_KEY }}
run: |
chmod +x ./gradlew
./gradlew build curseforge --stacktrace --no-daemon
./gradlew build curseforge --stacktrace --no-daemon

0 comments on commit dc3fc58

Please sign in to comment.