aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-10-21 23:48:30 +0800
committershedaniel <daniel@shedaniel.me>2022-10-21 23:48:30 +0800
commit22e1bf58aeb4204bed30200b28da60284f384f88 (patch)
treefe84b955a8f3469dda08a2f636818c955a5c459e /.github/workflows
parentd70b8353a6db5fc5d835af5d662372952703d2fd (diff)
parentd8c250d378a2cbaede41093a80973e47f34aec00 (diff)
downloadRoughlyEnoughItems-22e1bf58aeb4204bed30200b28da60284f384f88.tar.gz
RoughlyEnoughItems-22e1bf58aeb4204bed30200b28da60284f384f88.tar.bz2
RoughlyEnoughItems-22e1bf58aeb4204bed30200b28da60284f384f88.zip
Merge remote-tracking branch 'origin/8.x-1.18.2' into modularity
# Conflicts: # api/build.gradle # default-plugin/build.gradle # forge/src/main/java/me/shedaniel/rei/forge/PluginDetectorImpl.java # runtime-frontend/overlay-entries/src/main/java/me/shedaniel/rei/impl/client/gui/overlay/entries/EntryListStackEntry.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/AbstractDisplayViewingScreen.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/CompositeDisplayViewingScreen.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/DefaultDisplayViewingScreen.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/InternalWidgets.java
Diffstat (limited to '.github/workflows')
-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 d67a5ad2d..82a6755eb 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 forge:publishUnified --stacktrace
env:
danielshe_curse_api_key: ${{ secrets.CF_API_KEY }}
modrinth_key: ${{ secrets.MODRINTH_KEY }}