aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-05-19 21:09:17 +0800
committershedaniel <daniel@shedaniel.me>2022-05-19 21:09:17 +0800
commite48b5b7a9eec72fcaf202d1ffe53765da6aad503 (patch)
treed4883c4e011fd8a432ca411ec1d012f2fae3a13f /.github/workflows
parent0623523b54de12ff4e05a9b9d9bcf60b7e7ab006 (diff)
downloadRoughlyEnoughItems-e48b5b7a9eec72fcaf202d1ffe53765da6aad503.tar.gz
RoughlyEnoughItems-e48b5b7a9eec72fcaf202d1ffe53765da6aad503.tar.bz2
RoughlyEnoughItems-e48b5b7a9eec72fcaf202d1ffe53765da6aad503.zip
Publish to CurseForge
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/curseforge.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml
index 1d75ff2d6..825dd8b14 100644
--- a/.github/workflows/curseforge.yml
+++ b/.github/workflows/curseforge.yml
@@ -11,6 +11,7 @@ on:
- 6.x-1.17
- 7.x-1.18
- 8.x-1.18.2
+ - 9.x-1.19
jobs:
build:
@@ -23,7 +24,8 @@ jobs:
with:
java-version: 17
- name: Upload to CurseForge
- run: ./gradlew build publish forge:curseforge fabric:curseforge jei-internals-workaround:curseforge --stacktrace
+ # run: ./gradlew build publish forge:curseforge fabric:curseforge jei-internals-workaround:curseforge --stacktrace
+ run: ./gradlew build publish fabric:curseforge --stacktrace
env:
danielshe_curse_api_key: ${{ secrets.CF_API_KEY }}
BRANCH_NAME: ${{ github.ref }}