aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-09-22 21:03:25 +0800
committershedaniel <daniel@shedaniel.me>2022-09-22 21:03:25 +0800
commit509356edea66bddee010062cf57b586339c57b6a (patch)
treea3b8f580c2b38189710b0b1334085d1cdbad481e
parent95ea1663038362efb2bdb61d521ee6e4274a34f7 (diff)
downloadRoughlyEnoughItems-509356edea66bddee010062cf57b586339c57b6a.tar.gz
RoughlyEnoughItems-509356edea66bddee010062cf57b586339c57b6a.tar.bz2
RoughlyEnoughItems-509356edea66bddee010062cf57b586339c57b6a.zip
Don't publish forge yet
-rw-r--r--.github/workflows/curseforge.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml
index e46909da5..17d149f1a 100644
--- a/.github/workflows/curseforge.yml
+++ b/.github/workflows/curseforge.yml
@@ -25,7 +25,7 @@ jobs:
- name: Upload Mod
uses: gradle/gradle-build-action@v2
with:
- arguments: build publish forge:publishUnified fabric:publishUnified jei-internals-workaround:publishUnified --stacktrace
+ arguments: build publish fabric:publishUnified --stacktrace
env:
danielshe_curse_api_key: ${{ secrets.CF_API_KEY }}
modrinth_key: ${{ secrets.MODRINTH_KEY }}