diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-11-21 19:37:17 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-11-21 19:37:17 +0800 |
| commit | 24a022b95573e2a61a6a9597f0b685e129fe8da9 (patch) | |
| tree | 4d6fe7b3bf68ea2408a40fcce69496adcea60a1a | |
| parent | 98c3da0505e459a6f2ff674b8adaa7b0660efc21 (diff) | |
| download | RoughlyEnoughItems-24a022b95573e2a61a6a9597f0b685e129fe8da9.tar.gz RoughlyEnoughItems-24a022b95573e2a61a6a9597f0b685e129fe8da9.tar.bz2 RoughlyEnoughItems-24a022b95573e2a61a6a9597f0b685e129fe8da9.zip | |
Publish to maven
| -rw-r--r-- | .github/workflows/curseforge.yml | 3 | ||||
| -rw-r--r-- | fabric/src/main/resources/fabric.mod.json | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index 74537ef8d..f387acfa5 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -13,6 +13,7 @@ on: - 5.x - 6.x - 6.x-1.17 + - 7.x-1.18 jobs: build: @@ -25,7 +26,7 @@ jobs: with: java-version: 17 - name: Upload to CurseForge - run: ./gradlew build publish curseforge --stacktrace + run: ./gradlew build publish --stacktrace env: danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} BRANCH_NAME: ${{ github.ref }} diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 2929d5ba2..7695e8c23 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -113,6 +113,6 @@ } }, "depends": { - "minecraft": "1.18-beta.5" + "minecraft": "~1.18-beta.5" } } |
