diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-06-12 02:43:57 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-06-12 02:44:10 +0800 |
| commit | dc887a4cbfd510ff6e274aab6426d5d2e6f90911 (patch) | |
| tree | 21500bc6479d2bd7fba9807a967707705e61e93e /.github | |
| parent | 3b1e371aca065a69d4469e497917485ec096123c (diff) | |
| download | RoughlyEnoughItems-dc887a4cbfd510ff6e274aab6426d5d2e6f90911.tar.gz RoughlyEnoughItems-dc887a4cbfd510ff6e274aab6426d5d2e6f90911.tar.bz2 RoughlyEnoughItems-dc887a4cbfd510ff6e274aab6426d5d2e6f90911.zip | |
Publish Forge
This reverts commit e11f3e6de3d0d3708061b765fb77dee0746aaf83.
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 4e190b2a1..f82f9e7bf 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -30,7 +30,7 @@ jobs: - name: Upload Mod uses: gradle/gradle-build-action@v2 with: - arguments: build publish fabric:publishUnified --stacktrace + arguments: build publish fabric:publishUnified forge:publishUnified --stacktrace env: danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} modrinth_key: ${{ secrets.MODRINTH_KEY }} |
