diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-09-22 21:05:07 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-09-22 21:05:07 +0800 |
| commit | 3d5ead0c1b591688aca3ab04dbc59e20b67927f8 (patch) | |
| tree | 2d71a091887469c2d928b58ebe75598fb26d3dad /.github | |
| parent | 4211f1fb193825307ffa7b8970a987b8f441efb0 (diff) | |
| download | RoughlyEnoughItems-3d5ead0c1b591688aca3ab04dbc59e20b67927f8.tar.gz RoughlyEnoughItems-3d5ead0c1b591688aca3ab04dbc59e20b67927f8.tar.bz2 RoughlyEnoughItems-3d5ead0c1b591688aca3ab04dbc59e20b67927f8.zip | |
Don't publish forge yet
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/curseforge.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index dc4fd1f9e..4e90fad1a 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -26,7 +26,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 }} |
