aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-11-21 19:37:17 +0800
committershedaniel <daniel@shedaniel.me>2021-11-21 19:37:17 +0800
commit24a022b95573e2a61a6a9597f0b685e129fe8da9 (patch)
tree4d6fe7b3bf68ea2408a40fcce69496adcea60a1a /.github/workflows
parent98c3da0505e459a6f2ff674b8adaa7b0660efc21 (diff)
downloadRoughlyEnoughItems-24a022b95573e2a61a6a9597f0b685e129fe8da9.tar.gz
RoughlyEnoughItems-24a022b95573e2a61a6a9597f0b685e129fe8da9.tar.bz2
RoughlyEnoughItems-24a022b95573e2a61a6a9597f0b685e129fe8da9.zip
Publish to maven
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/curseforge.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml
index 74537ef8d..f387acfa5 100644
--- a/.github/workflows/curseforge.yml
+++ b/.github/workflows/curseforge.yml
@@ -13,6 +13,7 @@ on:
- 5.x
- 6.x
- 6.x-1.17
+ - 7.x-1.18
jobs:
build:
@@ -25,7 +26,7 @@ jobs:
with:
java-version: 17
- name: Upload to CurseForge
- run: ./gradlew build publish curseforge --stacktrace
+ run: ./gradlew build publish --stacktrace
env:
danielshe_curse_api_key: ${{ secrets.CF_API_KEY }}
BRANCH_NAME: ${{ github.ref }}