aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-06-01 02:54:00 +0800
committershedaniel <daniel@shedaniel.me>2021-06-01 02:54:00 +0800
commit8335ff58970cadaebf00892166f5a292131a766e (patch)
tree9f8bd9cf98ae8ac0e7589d3f5c2bb586be67fda0 /.github
parent2e60931f9f00b2387cbaee7a91909467f4de8839 (diff)
downloadRoughlyEnoughItems-8335ff58970cadaebf00892166f5a292131a766e.tar.gz
RoughlyEnoughItems-8335ff58970cadaebf00892166f5a292131a766e.tar.bz2
RoughlyEnoughItems-8335ff58970cadaebf00892166f5a292131a766e.zip
Upload to maven
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/curseforge.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml
index f22f5b7a2..6e35fa1c8 100644
--- a/.github/workflows/curseforge.yml
+++ b/.github/workflows/curseforge.yml
@@ -12,6 +12,7 @@ on:
- 4.x
- 5.x
- 6.x
+ - 6.x-1.17
jobs:
build:
@@ -19,12 +20,12 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/checkout@v1
- - name: Set up JDK 1.8
+ - name: Set up JDK 16
uses: actions/setup-java@v1
with:
- java-version: 1.8
+ java-version: 16
- name: Upload to CurseForge
- run: ./gradlew build curseforge --stacktrace
+ run: ./gradlew build publish --stacktrace
env:
danielshe_curse_api_key: ${{ secrets.CF_API_KEY }}
BRANCH_NAME: ${{ github.ref }}