diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-05-19 21:09:17 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-05-19 21:09:17 +0800 |
| commit | e48b5b7a9eec72fcaf202d1ffe53765da6aad503 (patch) | |
| tree | d4883c4e011fd8a432ca411ec1d012f2fae3a13f /.github | |
| parent | 0623523b54de12ff4e05a9b9d9bcf60b7e7ab006 (diff) | |
| download | RoughlyEnoughItems-e48b5b7a9eec72fcaf202d1ffe53765da6aad503.tar.gz RoughlyEnoughItems-e48b5b7a9eec72fcaf202d1ffe53765da6aad503.tar.bz2 RoughlyEnoughItems-e48b5b7a9eec72fcaf202d1ffe53765da6aad503.zip | |
Publish to CurseForge
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/curseforge.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index 1d75ff2d6..825dd8b14 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -11,6 +11,7 @@ on: - 6.x-1.17 - 7.x-1.18 - 8.x-1.18.2 + - 9.x-1.19 jobs: build: @@ -23,7 +24,8 @@ jobs: with: java-version: 17 - name: Upload to CurseForge - run: ./gradlew build publish forge:curseforge fabric:curseforge jei-internals-workaround:curseforge --stacktrace + # run: ./gradlew build publish forge:curseforge fabric:curseforge jei-internals-workaround:curseforge --stacktrace + run: ./gradlew build publish fabric:curseforge --stacktrace env: danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} BRANCH_NAME: ${{ github.ref }} |
