aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2023-12-12 11:58:13 +0800
committershedaniel <daniel@shedaniel.me>2023-12-12 11:58:13 +0800
commit6732308dca12b7eeacc6e103b1f9cb74e1c953d3 (patch)
treef598f2adbd509d1438bafd7cb739c040e86119ce /.github
parent745961f7de64e2fda5b3fab8a22db43e872da187 (diff)
downloadRoughlyEnoughItems-6732308dca12b7eeacc6e103b1f9cb74e1c953d3.tar.gz
RoughlyEnoughItems-6732308dca12b7eeacc6e103b1f9cb74e1c953d3.tar.bz2
RoughlyEnoughItems-6732308dca12b7eeacc6e103b1f9cb74e1c953d3.zip
Publish Forge
Diffstat (limited to '.github')
-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 ca2a70bbf..319c719d3 100644
--- a/.github/workflows/curseforge.yml
+++ b/.github/workflows/curseforge.yml
@@ -32,7 +32,7 @@ jobs:
- name: Upload Mod
uses: gradle/gradle-build-action@v2
with:
- arguments: build publish neoforge:publishUnified fabric:publishUnified --stacktrace
+ arguments: build publish forge:publishUnified neoforge:publishUnified fabric:publishUnified --stacktrace
env:
danielshe_curse_api_key: ${{ secrets.CF_API_KEY }}
modrinth_key: ${{ secrets.MODRINTH_KEY }}