diff options
| author | shedaniel <daniel@shedaniel.me> | 2024-07-22 20:42:10 +0900 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-07-22 20:42:10 +0900 |
| commit | 3315e4d0560ab3349d8a0513081f91e6a354f181 (patch) | |
| tree | 9aae5d6324866e5b736b47ec9baeb3135ae599bc /.github | |
| parent | 3444fd3bb74cc6f9beb47b89c065849fe11302f5 (diff) | |
| download | RoughlyEnoughItems-6.x-1.17.tar.gz RoughlyEnoughItems-6.x-1.17.tar.bz2 RoughlyEnoughItems-6.x-1.17.zip | |
Check slots before modification6.x-1.17
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 53d4e3620..e52c0ba2a 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -25,7 +25,7 @@ jobs: with: java-version: 16 - name: Upload to CurseForge - 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 }} |
