diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-06-11 21:45:24 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-06-15 21:23:14 +0800 |
| commit | 2617ace959cf914d1dbdfe23fe58de0d204d4d54 (patch) | |
| tree | 3558227f9ee5cd6079e6b54242ed5037645618b1 /.github/workflows | |
| parent | 27921ce9373a4dc9bf98aee39df715708d42ecdb (diff) | |
| download | RoughlyEnoughItems-2617ace959cf914d1dbdfe23fe58de0d204d4d54.tar.gz RoughlyEnoughItems-2617ace959cf914d1dbdfe23fe58de0d204d4d54.tar.bz2 RoughlyEnoughItems-2617ace959cf914d1dbdfe23fe58de0d204d4d54.zip | |
Migrate to Unified Publishing
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/curseforge.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index 5f956ecd6..c7b734a0b 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -23,9 +23,10 @@ jobs: uses: actions/setup-java@v1 with: java-version: 17 - - name: Upload to CurseForge - run: ./gradlew build publish forge:curseforge fabric:curseforge jei-internals-workaround:curseforge --stacktrace + - name: Upload Mod + run: ./gradlew build publish forge:publishUnified fabric:publishUnified jei-internals-workaround:publishUnified --stacktrace env: danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} + modrinth_key: ${{ secrets.MODRINTH_KEY }} BRANCH_NAME: ${{ github.ref }} MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
\ No newline at end of file |
