diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-06-11 21:47:19 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-06-11 21:47:19 +0800 |
| commit | ae4da55ee4e339d44132fd5846fc62a51274d28f (patch) | |
| tree | 84678c4baef1fcc18bdc65b305f778febfd81476 | |
| parent | 9996f3c563f9979b5ffd00367af4fa5a1dae434d (diff) | |
| download | RoughlyEnoughItems-ae4da55ee4e339d44132fd5846fc62a51274d28f.tar.gz RoughlyEnoughItems-ae4da55ee4e339d44132fd5846fc62a51274d28f.tar.bz2 RoughlyEnoughItems-ae4da55ee4e339d44132fd5846fc62a51274d28f.zip | |
Add modrinth key
| -rw-r--r-- | .github/workflows/curseforge.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index 850313c78..f5c834f01 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -23,8 +23,9 @@ jobs: with: java-version: 17 - name: Upload Mod - run: ./gradlew build publish forge:modPublish fabric:modPublish jei-internals-workaround:modPublish --stacktrace + 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 |
